Hi to all,
i have a problem with SectionStackSection and a border inside.
In SmartGWT5.1 i have no this problem.
I create a border red
SectionStackSection sectionAmministratore = new SectionStackSection();
sectionAmministratore.setTitle("Utility Amministratore Sistema");
sectionAmministratore.setAttribute("border", "2px solid red");
but when i click on SectionStackSection i lost the border and i have a white space...
You can tell me how resolve this problem?
Regards
i have a problem with SectionStackSection and a border inside.
In SmartGWT5.1 i have no this problem.
I create a border red
SectionStackSection sectionAmministratore = new SectionStackSection();
sectionAmministratore.setTitle("Utility Amministratore Sistema");
sectionAmministratore.setAttribute("border", "2px solid red");
but when i click on SectionStackSection i lost the border and i have a white space...
You can tell me how resolve this problem?
Regards
Comment