forum

home / developersection / forums / extjs - how to set border for the container.

Extjs - How to set border for the Container.

Anonymous User 2743 05-May-2016
I have created a container, now I want to create border for our container.
My container code is below:
MyContainer = Ext.extend(Ext.Container, {
    height: 50,
    width: 300,
    id: 'container1',
    initComponent: function() {
        MyContainer.superclass.initComponent.call(this);
    }
});
Please help me.!

Updated on 11-May-2016

I am a content writter !

Can you answer this question?

Answer

1 Answers

Liked By