

litesoft
@ 553
litesoft / trunk / GWT_Sandbox / MultiModule / common / src / org / litesoft / sandbox / infrastructure / client / widgets / HelpWidget.ui.xml
1 2 3 4 5 6 7 8 9 |
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent"> <ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder" xmlns:g="urn:import:com.google.gwt.user.client.ui"> <g:HorizontalPanel styleName="HelpWidget"> <g:Image ui:field='helpImage' url="common/info_icon_14_14.png"/> </g:HorizontalPanel> </ui:UiBinder> |