Revision: 4268 http://vexi.svn.sourceforge.net/vexi/?rev=4268&view=rev Author: clrg Date: 2011-10-05 12:42:06 +0000 (Wed, 05 Oct 2011) Log Message: ----------- Correction for column
Modified Paths: -------------- trunk/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/column.t Modified: trunk/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/column.t =================================================================== --- trunk/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/column.t 2011-10-05 12:41:25 UTC (rev 4267) +++ trunk/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/column.t 2011-10-05 12:42:06 UTC (rev 4268) @@ -23,8 +23,7 @@ </ui:box> thisbox.active ++= static.activeWrite; - thisbox.form ++= static.formWrite; - thisbox.enabled ++= static.normalWrite; + thisbox.enabled ++= static.enableWrite; thisbox.hover ++= static.normalWrite; thisbox.normal ++= static.normalWrite; thisbox.select ++= static.selectWrite; @@ -97,9 +96,8 @@ </bevel> static.activeWrite = function(v) { cascade = v; trapee.form = "down"; } + static.enableWrite = function(v) { cascade = v; trapee.form = trapee.enabled ? "up" : "thinup"; } static.normalWrite = function(v) { cascade = v; trapee.form = trapee.selected ? "down" : "up"; } static.selectWrite = function(v) { cascade = v; if (!trapee.repeat) trapee.normal = true; } - static.enableWrite = function(v) { cascade = v; trapee.form = trapee.enabled ? "up" : "thinup"; } - </vexi> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 _______________________________________________ Vexi-svn mailing list Vexi-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vexi-svn