1. 程式人生 > >combobox下拉框禁止書寫

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

定義使用者是否可以直接輸入文字到欄位中。