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:CertUploadWidget servletPath="Reflector" ui:field="uploadWidget" resultsHeight="4em" resultsWidth="40em"/>
        <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
948 Diff Diff GeorgeS picture GeorgeS Sat 07 Jun, 2014 23:42:39 +0000

Jusefuls Formatter Updated to New Code Format

531 Diff Diff GeorgeS picture GeorgeS Thu 29 Sep, 2011 20:58:34 +0000

Working...

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