特性
其特性擴展自 validatebox,下列是為 numberbox 增加的特性。
名稱
類型
說明
默認值
disabled
boolean
定義是否禁用該域。
false
min
number
允許的最小值。
null
max
number
允許的最大值。
null
precision
number
顯示在小數點後面的最大精度。
0
方法
其方法擴展自 validatebox,下列是為 numberbox 追加或重寫的方法。
名稱
參數
說明
disable
none
禁用該域。
enable
none
啟用該域。
fix
none
把值固定為有效的值。