Advertisement
Advertisement
| 05.13.2008 at 08:19AM PDT, ID: 23398139 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: |
<mx:NumberValidator
id="xminV"
source="{xmin}"
property="text"
invalidCharError="input error"
/>
<mx:NumberValidator
id="xmaxV"
source="{xmax}"
property="text"
invalidCharError="input error"
/>
|