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
<!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 leftButton="Back">
            <g:Label>RPC</g:Label>
        </m:HeaderPanel>
        <m:ScrollPanel>
            <g:HTMLPanel styleName="Container">
                <m:ListPanel ui:field="list">
                    <g:Label>Call Server with RPC</g:Label>
                </m:ListPanel>
                <g:HTML ui:field="text" styleName="Output">
                    To run this demo on the browser, the Same Origin Policy needs to be turned off
                    on the browser for the communication to work.
                </g:HTML>
            </g:HTMLPanel>
        </m:ScrollPanel>
    </g:HTMLPanel>
</ui:UiBinder> 

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

642 GeorgeS picture GeorgeS Sun 29 Apr, 2012 20:30:48 +0000