[Mapbender-commits] r1826 - trunk/mapbender/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Nov 23 05:40:54 EST 2007


Author: verenadiewald
Date: 2007-11-23 05:40:54 -0500 (Fri, 23 Nov 2007)
New Revision: 1826

Modified:
   trunk/mapbender/http/javascripts/popup.js
Log:
added <div class=ScrollDiv> for scrolling content of popup

Modified: trunk/mapbender/http/javascripts/popup.js
===================================================================
--- trunk/mapbender/http/javascripts/popup.js	2007-11-22 09:45:45 UTC (rev 1825)
+++ trunk/mapbender/http/javascripts/popup.js	2007-11-23 10:40:54 UTC (rev 1826)
@@ -275,7 +275,7 @@
  * @param {String} html new html "body" of the popup  
  */
 mb_popup.prototype.setHtml = function(htmll){
-	this.html=htmll;
+	this.html="<div class='scrollDiv'>"+htmll+"</div>";
 	$("#"+this.id+" .jqmnContent").html(htmll);
 }
 



More information about the Mapbender_commits mailing list