Subversion Repository Public Repository

litesoft

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>

Commits for litesoft/trunk/GWT_Sandbox/Upload/src/org/litesoft/sandbox/csapp/client/widgets/MyPanel.ui.xml

Diff revisions: vs.
Revision Author Commited Message
529 Diff Diff GeorgeS picture GeorgeS Thu 29 Sep, 2011 05:31:12 +0000
521 Diff Diff GeorgeS picture GeorgeS Tue 27 Sep, 2011 18:24:12 +0000

Upload Widget...

518 GeorgeS picture GeorgeS Tue 27 Sep, 2011 04:06:12 +0000