The following works:
                FlexTable flexTable = new FlexTable();
                Element caption = DOM.createCaption();
                DOM.setInnerText(caption, "CAPTION");

                DOM.appendChild(flexTable.getElement(), caption);


On Jan 21, 10:02 am, Pion <[email protected]> wrote:
> I am looking at the following:
>
> o FlexTable example 
> onhttp://gwt.google.com/samples/Showcase/Showcase.html#CwFlexTable
>
> o Table <caption> example 
> onhttp://www.w3schools.com/html/tryit.asp?filename=tryhtml_tables2
>
> How do I set <caption> on FlexTable() on GWT 2.0?
>
> Thanks in advance for your help.
-- 
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.


Reply via email to