sorry tim!
[Bookkeeping.git] / webkell / bkui / numericInput.lzx
blob977cea68a2904461aeb666afaf707543c3543b3a
1     
2     <class name="numericinput" width="150" height="20" bgcolor="gray" extends="textinput" >
3         
4         <inputtext 
5             name="itext" resizable="false" bgcolor="white"
6             x="1" y="1" pattern="[0-9\.]*" 
7             width="$once{parent.width-2}" 
8             height="$once{parent.height-2}" >
9             
10             <method event="ontext" >
11                 parent.ontext();
12             </method>
13         </inputtext>
14         
15     </class>
16     
17