combobox下拉框禁止书写

$CommonUI.getComboBox("#xmlType").combobox({

url:$WEB_ROOT_PATH+'/dictionarymanage/dictionaryManageCtrl.htm?BLHMI=findCodeSystemByName&dto.dictionary.codeSystem=XmlType',

valueField:'id',

textField:'text',

editable:false,

multiple: false,

panelHeight:'auto'

});

editable

boolean

定义用户是否可以直接输入文本到字段中。

猜你喜欢

转载自blog.csdn.net/qq_24422109/article/details/82967134