1.

How You Can Attach A Css File With Your Gwt Module?

Answer»

There are multiple approaches for associating CSS files with your MODULE. Modern GWT applications typically use a combination of CssResource and UiBinder.

  • Using a <link&GT; tag in the host HTML page.
  • Using the <STYLESHEET> element in the module XML FILE.
  • Using a CssResource contained within a ClientBundle.
  • Using an inline <ui:style> element in a UiBinder template.

There are multiple approaches for associating CSS files with your module. Modern GWT applications typically use a combination of CssResource and UiBinder.



Discussion

No Comment Found