Hi,

I have one UIBinder  ABC.ui.xml.
<htmlpanel>
<div id='main'>
<div id='ws'></div>
<div id='we'></div>
<div id='wd'></div>
</div>
</htmlpanel>

Now i break this into 2 other uibinders named D.ui.xml
<htmlpanel>
<div id='a'></div>
</htmlpanel>

and E.ui.xml

<htmlpanel>
<div id='b'></div>
</htmlpanel>


Now i need to add new D() and new E() in corresponding places my ABC.ui.xml.

How do i do it Rootpanel is accesible to child elements as parent element
(here id='main') is already attached to rootpanel.

Kindly suggest.

Regards
Deepak

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to