Subversion Repository Public Repository

litesoft

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!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"
             xmlns:m="urn:import:com.gwtmobile.ui.client.widgets">
    <ui:style>
    </ui:style>
    <g:HTMLPanel>
        <m:HeaderPanel>
            <g:Label>Hello GWT Mobile UI!</g:Label>
        </m:HeaderPanel>
        <m:ScrollPanel>
            <m:ListPanel ui:field="list" showArrow="true">
                <g:Label>Panels</g:Label>
                <g:Label>Button</g:Label>
                <g:Label>Text Box</g:Label>
                <g:Label>RPC</g:Label>
                <g:Label>Camera.getPicture</g:Label>
                <g:Label>Capture.captureImage</g:Label>
                <g:Label>Device</g:Label>
                <g:Label>File</g:Label>
                <g:Label>File Transfer</g:Label>
                <g:Label>Network.getConnectionType</g:Label>
                <g:Label>Storage</g:Label>
            </m:ListPanel>
        </m:ScrollPanel>

    </g:HTMLPanel>
</ui:UiBinder> 

Commits for litesoft/trunk/GWT_Sandbox/gwtUITrimmed/src/com/gwtmobile/ui/kitchensink/client/MainPage.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

661 Diff Diff GeorgeS picture GeorgeS Sun 06 May, 2012 21:20:31 +0000
659 Diff Diff GeorgeS picture GeorgeS Tue 01 May, 2012 15:14:55 +0000
657 Diff Diff GeorgeS picture GeorgeS Tue 01 May, 2012 04:06:15 +0000
642 GeorgeS picture GeorgeS Sun 29 Apr, 2012 20:30:48 +0000