I want to take an ExtJS element(div) retrieved from the DOM selector, and convert that to an ExtJS Component(a panel). How can I go about doing this? Thanks.
I want to take an ExtJS element(div) retrieved from the DOM selector, and convert
Share
You want to use the
contentElconfig. It places what is in the div into the panel.