风言枫语  

这里的options是选项,可以参考下表:

选项名类型描述默认值
min 数字 文本框中可允许的最小值 null
max 数字 文本框中可允许的最大值 null
precision 数字 最高可精确到小数点后几位 0

 

例如:金额输入框 最大值为“99999.99” 精确到两位小数。

<input name="money" id="money" type="text" class="easyui-numberbox" precision="2" max="99999.99" size="8" maxlength="8"  style="text-align:right;"/>

posted on 2013-08-31 23:28  风言枫语  阅读(991)  评论(0编辑  收藏  举报