Well that changes the layout doesn't it.  Depends what you want to do.  If
you just want to add styles using Javascript, then use the DOM class.  If
you actually want GWT widgets out of them, consider building the page using
GWT to begin with rather than trying to wrap existing HTML into GWT widgets.

On Wed, Apr 15, 2009 at 4:31 AM, chee loong <[email protected]> wrote:

> Hi, thanks for reply,
>       For example this is the original layout, should it modified to become
> after change ?
>
>       Before
>       <div id="header">
> <span class="lt"></span><span class="rt"></span>
>  <div id="slot1">
> <div id="slot2"></div>
>  <div id="slot3"></div>
> </div>
>      </div>
>
>      After
>        <div id="header"></div>
>        <span class="lt"></span><span class="rt"></span>
>        <div id="slot1"/>
>        <div id="slot2"/>
>        <div id="slot3"/>
>
>
>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to