Revision: 1911
http://svn.sourceforge.net/vexi/?rev=1911&view=rev
Author: clrg
Date: 2007-07-03 09:06:34 -0700 (Tue, 03 Jul 2007)
Log Message:
-----------
Tabpanes now work
Modified Paths:
--------------
widgets/trunk/org.vexi.widgets/src/org/vexi/lib/widget/cardpane.t
widgets/trunk/org.vexi.widgets/src/org/vexi/lib/widget/tabpane.t
Modified: widgets/trunk/org.vexi.widgets/src/org/vexi/lib/widget/cardpane.t
===================================================================
--- widgets/trunk/org.vexi.widgets/src/org/vexi/lib/widget/cardpane.t
2007-07-03 14:14:45 UTC (rev 1910)
+++ widgets/trunk/org.vexi.widgets/src/org/vexi/lib/widget/cardpane.t
2007-07-03 16:06:34 UTC (rev 1911)
@@ -30,7 +30,7 @@
var displayFunc = function(v)
{
- if (showlock) return;
+ if (showlock) { cascade = v; return; }
cascade = false;
if (prevstep) show = prevstep;
else if (prevcard) show = prevcard;
Modified: widgets/trunk/org.vexi.widgets/src/org/vexi/lib/widget/tabpane.t
===================================================================
--- widgets/trunk/org.vexi.widgets/src/org/vexi/lib/widget/tabpane.t
2007-07-03 14:14:45 UTC (rev 1910)
+++ widgets/trunk/org.vexi.widgets/src/org/vexi/lib/widget/tabpane.t
2007-07-03 16:06:34 UTC (rev 1911)
@@ -120,8 +120,8 @@
</ui:box>
- static.tabenableFunc = function(v) { trapee.v_tab.enabled = v; }
+ static.tabenableFunc = function(v) { trapee.v_tab.enabled = v; cascade =
v; }
- static.tabtextFunc = function(v) { trapee.v_tab.text = v; }
+ static.tabtextFunc = function(v) { trapee.v_tab.text = v; cascade = v; }
</vexi>
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Vexi-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vexi-svn