Subversion Repository Public Repository

litesoft

Diff Revisions 642 vs 948 for /trunk/GWT_Sandbox/gwtUITrimmed/src/com/gwtmobile/ui/kitchensink/client/communication/RpcPage.ui.xml

Diff revisions: vs.
  @@ -1,23 +1,23 @@
1 1 <!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
2 2 <ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
3 - xmlns:g="urn:import:com.google.gwt.user.client.ui"
4 - xmlns:m="urn:import:com.gwtmobile.ui.client.widgets">
5 - <ui:style>
6 - </ui:style>
7 - <g:HTMLPanel>
8 - <m:HeaderPanel leftButton="Back">
9 - <g:Label>RPC</g:Label>
10 - </m:HeaderPanel>
11 - <m:ScrollPanel>
12 - <g:HTMLPanel styleName="Container">
13 - <m:ListPanel ui:field="list">
14 - <g:Label>Call Server with RPC</g:Label>
15 - </m:ListPanel>
16 - <g:HTML ui:field="text" styleName="Output">
17 - To run this demo on the browser, the Same Origin Policy needs to be turned off
18 - on the browser for the communication to work.
19 - </g:HTML>
20 - </g:HTMLPanel>
21 - </m:ScrollPanel>
22 - </g:HTMLPanel>
3 + xmlns:g="urn:import:com.google.gwt.user.client.ui"
4 + xmlns:m="urn:import:com.gwtmobile.ui.client.widgets">
5 + <ui:style>
6 + </ui:style>
7 + <g:HTMLPanel>
8 + <m:HeaderPanel leftButton="Back">
9 + <g:Label>RPC</g:Label>
10 + </m:HeaderPanel>
11 + <m:ScrollPanel>
12 + <g:HTMLPanel styleName="Container">
13 + <m:ListPanel ui:field="list">
14 + <g:Label>Call Server with RPC</g:Label>
15 + </m:ListPanel>
16 + <g:HTML ui:field="text" styleName="Output">
17 + To run this demo on the browser, the Same Origin Policy needs to be turned off
18 + on the browser for the communication to work.
19 + </g:HTML>
20 + </g:HTMLPanel>
21 + </m:ScrollPanel>
22 + </g:HTMLPanel>
23 23 </ui:UiBinder>