我已經加入quicktip(提示)通過如下使用第三方物流的COMBOX,多選組合框和TPL - 問題在內線標記選中的條目JS
'<tpl for="."><div ext:qtip="{text}" class="x-combo-list-item">{text}</div></tpl>'
但添加在此之後,組合框沒有標註(藍色)選定的條目。即,在我添加工具提示之前,所選條目可以被視爲標記或選擇(對於我來說是藍色)。但現在它不工作(選定的enitries沒有被選中)。 這裏是我的代碼,
{
name : name,
hideOnSelect : false,
triggerAction : 'all',
mode : 'local',
width : size,
tpl :'<tpl for="."><div ext:qtip="{text}" class="x-combo-list-item">{text}</div></tpl>',
store : new Ext.data.SimpleStore({
id : 0,
fields : ['value','text'],
data : data
}),
listWidth : 400,
valueField : 'value',
displayField : 'text'
}
< ---前 < ---後
任何幫助是必須感謝...謝謝。
你能否詳細說明這個問題? –
我已經更新了這個問題。 – lambypie
我如何改變它以獲取我的要求?任何人都可以回覆? – lambypie