[fusion-commits] r1606 - trunk/lib

svn_fusion at osgeo.org svn_fusion at osgeo.org
Fri Oct 24 15:42:02 EDT 2008


Author: pagameba
Date: 2008-10-24 15:42:02 -0400 (Fri, 24 Oct 2008)
New Revision: 1606

Modified:
   trunk/lib/jxlib.uncompressed.js
Log:
update jx with a small bug fix for toolbars in panels in tabboxes.

Modified: trunk/lib/jxlib.uncompressed.js
===================================================================
--- trunk/lib/jxlib.uncompressed.js	2008-10-23 16:00:36 UTC (rev 1605)
+++ trunk/lib/jxlib.uncompressed.js	2008-10-24 19:42:02 UTC (rev 1606)
@@ -12799,6 +12799,7 @@
                            this.options.position.capitalize());            
         } else {
             this.domObj.addClass('jxBarTop');
+            this.options.position = 'top';
         }
 
         if (this.options.scroll && ['top','bottom'].contains(this.options.position)) {
@@ -12918,6 +12919,7 @@
             } else {
                 this.domObj.adopt(thing.domObj);
             }
+            this.domObj.addClass('jx'+thing.options.type+this.options.position.capitalize());
         }, this);
         if (this.options.scroll) {
             this.update();            



More information about the fusion-commits mailing list