Hi
I want to display a panel in two pages, in the first page it is collapsible and in the second it is not. This is the only difference. I am using the UIBinder technique, so I had to introduce two ui.xml files, one using DisclosurePanel and the other using simple HTMLPanel!!
I know this is not a good solution because the two xmls are the same except in the type of the panel, so I have to write the layout code twice
is there a way to use one file with DisclosurePanel and make it not collapsible?
Thanks in advance.
Rasha