1
我在我的應用程序中使用Ext.ux.form.ItemSelector
。我想應用條件XTemplate 來顯示列表。我正在使用Ext js 4.2 請幫幫我如何將模板應用於ItemSelector
我在我的應用程序中使用Ext.ux.form.ItemSelector
。我想應用條件XTemplate 來顯示列表。我正在使用Ext js 4.2 請幫幫我如何將模板應用於ItemSelector
您應該能夠在listConfig選項中指定itemTpl。
http://docs.sencha.com/extjs/4.2.1/#!/api/Ext.ux.form.MultiSelect-cfg-listConfig
您能張貼一些代碼嗎? –