On Mar 11, 3:03 pm, Vik <[email protected]> wrote: > Hie > > I was looking for a widget which is having a header region. I could not > find any widget. Please advise. > > In case there is no such widget then can someone please help me to achieve > the layout likehttp://www.sakshum.com/ui/page/DonorRegister.jsp > > See the individual sections like Basic Info, Contact Details etc. I want to > create the same look and feel.
Those are <fieldset>+<legend> in HTML, with some CSS styling. You can achieve the same DOM (fieldset+legend) using the CaptionPanel widget, then you should be able to style it the same. http://google-web-toolkit.googlecode.com/svn/javadoc/2.0/com/google/gwt/user/client/ui/CaptionPanel.html -- 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.
