0
因此,儘管模板上大部分都沒有文檔,但無法使其工作。與Sencha Touch 2一起使用XTempate 2
Ext.define('MyAPp.view.Login', {
extend: 'Ext.Component',
xtype: 'welcomeLogin',
config: {
html: 'This shows',
tpl: Ext.create ('Ext.XTemplate', '<div>Please show something</div>', {
compiled: true
})
}
});
爲什麼模板內容現在顯示?我已經嘗試添加apply(),applyTemplate()等等...請幫助!!!
您是否嘗試過沒有html屬性並擁有數據屬性? – ilija139