Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
585 chandransh 1
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
2
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
3
	xmlns:g="urn:import:com.google.gwt.user.client.ui">
4
	<ui:style>
5
		.important {
6
			font-weight: bold;
7
		}
8
	</ui:style>
9
	<g:HTMLPanel>
10
		Hello,
11
		<g:Button styleName="{style.important}" ui:field="button" />
12
	</g:HTMLPanel>
13
</ui:UiBinder>