DialogBox and DisclosurePanel are both part of the standard GWT widget library. Everything you're asking for can be created as a simple composite of existing widgets.
On Fri, Nov 21, 2008 at 9:34 AM, David Hoffer <[EMAIL PROTECTED]> wrote: > Possibly, I'm not sure what a DisclosurePanel is. What I'm looking for is a > DialogBox with a title, a main message in the dialog box, an OK button to > close. But with the addition of a sub-panel or something under the main > message that can optionally show another message. This would be optionally > shown via the user clicking on something, perhaps just another button next > to the OK button. > > Oh, also the dialog should have a place to display an error icon. > > -Dave > > On Fri, Nov 21, 2008 at 7:28 AM, Isaac Truett <[EMAIL PROTECTED]> wrote: >> >> You a mean a DialogBox with a DisclosurePanel? >> >> On Fri, Nov 21, 2008 at 9:23 AM, David Hoffer <[EMAIL PROTECTED]> wrote: >> > I need to show a GWT error dialog where I can set the title and error >> > message but also need a lower portion where I can show a detailed error >> > message. I want the lower portion to be collapsible via a button or >> > something so that the user has the option to see it or not. >> > >> > Does something like this exist in GWT? GWT-EXT? Other? >> > >> > -Dave >> > >> > > >> > >> >> > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
