I don't believe DisclosurePanels can work in this fashion. it shouldn't take you too long to roll your own control that can do what you want. build a class that extends Composite, place a control on the left (an image, for example) that displays the toggle switch and a control on the right that starts off hidden. add a click listener to the left that displays/hides the control on the right.
/dave On Feb 10, 1:09 pm, Scott <[email protected]> wrote: > I'm trying to figure out how to get a DisclosurePanel to open/close > left/right instead of up/down but can't really get to it. > > Does anyone have any ideas in this manner? > > Thanks, > Scott --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
