Users Pricing

forum

Home Forums Extjs - How to set border for the Container. – MindStick

Extjs - How to set border for the Container.

Anonymous User 3129 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.!

1 Answers

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md