Skip to main content

Home/ Google AppEngine/ Group items tagged panel

Rss Feed Group items tagged

Esfand S

Using HTMLPanel with UiBinder - Google Web Toolkit | Google Groups - 0 views

  • Just so you know, because it isn't documented, you can choose the tag name of the root element with UiBinder (the HTMLPanel(String,String) constructor), just use a tag="" attribute, e.g. <g:HTMLPanel>This will use a div element</g:HTMLPanel> <g:HTMLPanel tag='p'>While this will use a p element</g:HTMLPanel> You can then use an HTMLPanel as the root of your UiBinder and build your widget as a Composite, passing the HTMLPanel built by UiBinder to the initWidget method.
1 - 1 of 1
Showing 20 items per page