因此,尽管模板上大多数不存在的文档都在工作-无法使其正常工作。
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()......请帮助!