Revision: 4130
          http://vexi.svn.sourceforge.net/vexi/?rev=4130&view=rev
Author:   clrg
Date:     2011-05-12 21:24:05 +0000 (Thu, 12 May 2011)

Log Message:
-----------
Fix. Forward align in popupmanager so you can do e.g. <surface 
align="top"><child /></surface>

Modified Paths:
--------------
    trunk/org.vexi-vexi.widgets/src_main/org/vexi/lib/role/popupmanager.t

Modified: trunk/org.vexi-vexi.widgets/src_main/org/vexi/lib/role/popupmanager.t
===================================================================
--- trunk/org.vexi-vexi.widgets/src_main/org/vexi/lib/role/popupmanager.t       
2011-05-12 20:47:32 UTC (rev 4129)
+++ trunk/org.vexi-vexi.widgets/src_main/org/vexi/lib/role/popupmanager.t       
2011-05-12 21:24:05 UTC (rev 4130)
@@ -9,7 +9,7 @@
         <ui:box id="content" />
         <ui:box id="container" align="topleft" display="false" layout="place" 
/>
         
-        .util.redirect..addRedirect(thisbox, $content, "orient", "layout");
+        .util.redirect..addRedirect(thisbox, $content, "align", "layout", 
"orient");
         
         var model = {};
         surface.popup ++= function() { return model; }


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to