

litesoft
@ 529
1 2 3 4 5 6 7 8 9 10 11 |
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent"> <ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder" xmlns:w="urn:import:org.litesoft.sandbox.csapp.client.widgets" xmlns:g="urn:import:com.google.gwt.user.client.ui"> <g:VerticalPanel> <w:HelpWidget context="zContext" section="zSection"/> <w:UploadWidget servletPath="Reflector" ui:field="uploadWidget"/> <g:Button ui:field="buttonTest" text="Test"/> </g:VerticalPanel> </ui:UiBinder> |