可能重复:
从组合框中删除键入光标
要从组合框中删除打字光标,我需要禁用输入,它是组合框的一部分并且一直显示。问题是我尝试了不同的方式和表达方式,并没有达到目的。请问有人可以帮我解决我的问题吗?
组合框 id 是 bu-encodingcount-combobox。需要的输入在 bu-encodingcount-combobox>bu-encodingcount-combobox-bodyEl>input 我尝试了下一个表达式
var some = Ext.query('#bu-encodingcount-combobox-bodyEl > input');
Ext.get(some).set({disabled:'disabled'});