0
只有當我開始在字段中輸入時,如何才能讓我的數字字段具有5位數的限制?限制在數字字段中的輸入
我用的Ext JS 3.4
這是我到目前爲止已經試過:
var items = [
{
xtype: 'numberfield',
name: 'fax',
fieldLabel: 'Fax no',
allowBlank: false,
anchor: '90%',
maxLength: 5
}
]
感謝