Hi Joseph ,

thank you for your reply , but i don't work with uibinder , just a class
with entry point

any other solution ??

2012/5/19 Joseph Lust <lifeofl...@gmail.com>

> Assiya,
>
> Could you please clarify what you mean by "template HTML?"
>
> GWT has facilities for templated HTML:
>
>    1. 
> UiBinder<https://developers.google.com/web-toolkit/doc/latest/DevGuideUiBinder>for
>  templates for Widgets (i.e. like a toolbar) and entire screens (i.e.
>    like page layouts for a blog)
>    2. @Template annotation based 
> SafeHtmlTemplates<https://developers.google.com/web-toolkit/doc/latest/DevGuideSecuritySafeHtml>for
>  quickly generating sanitized dynamic raw HTML output.
>
>
> UiBinder is the most commonly used case in GWT for making page layouts.
> The @Templates are used for components requiring lost of HTML markup like
> the rows/columns of datagrids.
>
> Using a UiBinder you could easily create a "template" of the standard page
> for say a forum (i.e. like this GWT Google Groups page) and then
> dynamically insert the content (comments), titles, page header...etc into
> your template. That is how this forum page works, just swapping the dynamic
> content into an otherwise static page template.
>
> I hope that helps.
>
> Sincerely,
> Joseph
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-web-toolkit/-/_oKpvLo5N8YJ.
> 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.
>



-- 

Assiya EL
Master Qualité du Logiciel



Plz consider environment - Only print this if necessary

-- 
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