-
Unanswered: How to change border color of panel excluding panel header
Unanswered: How to change border color of panel excluding panel header
Hi ,
I had created a panel by using this config
style: 'border: solid Red 1px',
i had changed the border color
i want to know how to change the border color excluding Panel header.....
-
Try the bodyStyle config.
-
i got it
i got it
i got it by adding css like this
.borderForOnlyBody
{
border: 0.05px solid Red;
}
and added config like this
bodyCls: 'borderForOnlyBody',
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us