i searched for my problem there is alot of questions and answers i found but none was useful to me
I have a xtype: 'component', in my panel i want to set dynamically htmlon panel show for it
HERE is my component code
{
xtype: 'component',
itemId: 'dashboardwelcomenote',
style: 'text-align: center'
},
here is my controller
var welcomename = Ext.ComponentQuery.query('#dashboardwelcomenote')[0];
welcomename.setHtml('welcome');
i want it on panel show any luck for me ?