A collapsable panel is trivially easy to implement with GWT 2.0's dock layout and the animate() call. Just FYI.
Jeff On Sat, Feb 27, 2010 at 8:41 AM, Panam <[email protected]> wrote: > Peter > > thanks, that was exactly what I was looking for :) > > On 20 Feb., 20:30, Peter Simun <[email protected]> wrote: >> you can find Collapsible panel implemented in GWT >> here:http://code.google.com/p/gwt-incubator-1-5-wiki/wiki/CollapsiblePanel >> or in GXT just set panel.setCollapsible(true); to the panel. See the >> demo here:http://www.extjs.com/example >> > > Cheers > Simon > > -- > 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. > > -- 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.
