Revision: 4366 http://vexi.svn.sourceforge.net/vexi/?rev=4366&view=rev Author: jeffbuhrt Date: 2012-02-24 22:43:07 +0000 (Fri, 24 Feb 2012) Log Message: ----------- A leading 0 needs to be in the js section, not XML. Vexi XML will convert text="0000001" to 1
Modified Paths: -------------- trunk/org.vexi-vexi.demo/src_main/org/vexi/demo/feature/testcase_numeric_conversion.t Modified: trunk/org.vexi-vexi.demo/src_main/org/vexi/demo/feature/testcase_numeric_conversion.t =================================================================== --- trunk/org.vexi-vexi.demo/src_main/org/vexi/demo/feature/testcase_numeric_conversion.t 2012-02-23 19:10:55 UTC (rev 4365) +++ trunk/org.vexi-vexi.demo/src_main/org/vexi/demo/feature/testcase_numeric_conversion.t 2012-02-24 22:43:07 UTC (rev 4366) @@ -11,7 +11,9 @@ <ui:box text="pressing '05' does set correctly-ok (.value=)" /> <ui:box text="typing a 1 digit number should be 0x vs x-problem" /> <textfield id="textfield" maxlength="2" text="03" maxnum="14" width="150" /> - <button id="setval" text="05" /> + <button id="setval" > + text="05"; + </button> $textfield.value ++= static.setContent; $textfield.text ++= static.setContent; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Vexi-svn mailing list Vexi-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vexi-svn