I have Container look like below. I want to add border for this Container like text box border please help to add border for the Container.
MyContainer13Ui = Ext.extend(Ext.Container, {
flex: 1,
width: 500,
height: 22,
activeItem: 0,
id: 'url',
initComponent: function() {
MyContainer13Ui.superclass.initComponent.call(this);
}
});
style:'border:1px black solid'- cclerv