Sencha Touch Extjs itemTpl#inside if tag

时间:2014-08-22 15:49:59

标签: extjs sencha-touch

如何在ITEMTPL中使用{#}?

所以我想说我想为itemTpl中的第一项做一些不同的事情,我认为其中一些应该有用:

'<tpl if="# &lt; 1">',  // NOT WORKING

OR

'<tpl if="{#} &lt; 1">', // NOT WORKING

OR

'<tpl if="\'#\' &lt; 1">', // NOT WORKING

虽然我能做到:

itemTpl : '{x}' //print indexes

1 个答案:

答案 0 :(得分:1)

<tpl if="xindex === 0"> Only show in first item </tpl>

http://docs.sencha.com/touch/2.3.1/#!/api/Ext.XTemplate