-
16 Apr 2013 1:11 PM #31
I finally figured out how to get the dropdown list to display for 4.2.
Replace:
With:PHP Code:tpl:
[
'<ul><tpl for=".">',
'<li style="list-style-type: none; margin: 0 0 0 -40px;" role="option" class="' + Ext.baseCSSPrefix + 'boundlist-item";><span class="x-combo-checker"> </span> {' + me.displayField + '}</li>',
'</tpl></ul>'
]
PHP Code:tpl: [
'<tpl for=".">',
'<div class="x-boundlist-item" ><span class="x-combo-checker"> </span> {' + me.displayField + '}</div>',
'</tpl>'
]
-
16 Apr 2013 4:34 PM #32


Reply With Quote