Skip to content

Instantly share code, notes, and snippets.

@jasonlemay
Created June 4, 2015 17:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasonlemay/17c66c7590e565bf50c4 to your computer and use it in GitHub Desktop.
Save jasonlemay/17c66c7590e565bf50c4 to your computer and use it in GitHub Desktop.
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
xmlns:g='urn:import:com.google.gwt.user.client.ui'>
<ui:with field="theme" type="com.arcbees.gwttheo.example.client.resources.theme.ThemeResources"/>
<g:HTMLPanel>
<p>Custom icons <i class="{theme.icons.icon_heart}"></i> are fun!</p>
</g:HTMLPanel>
</ui:UiBinder>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment