Subversion Repository Public Repository

litesoft

Diff Revisions 947 vs 948 for /trunk/GWT_Sandbox/gwtUITrimmed/src/com/gwtmobile/ui/kitchensink/client/phonegap/NetworkUi.ui.xml

Diff revisions: vs.
  @@ -1,19 +1,19 @@
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 - xmlns:p="urn:import:com.gwtmobile.ui.kitchensink.client.widget">
6 - <ui:style>
7 - </ui:style>
8 - <g:HTMLPanel>
9 - <p:PhoneGapHeaderPanel caption="Network.getConnectionType"></p:PhoneGapHeaderPanel>
10 - <m:ScrollPanel>
11 - <g:HTMLPanel styleName="Container">
12 - <m:ListPanel ui:field="list">
13 - <g:Label>Connection Type</g:Label>
14 - </m:ListPanel>
15 - <g:HTML ui:field="text" styleName="Output">Console</g:HTML>
16 - </g:HTMLPanel>
17 - </m:ScrollPanel>
18 - </g:HTMLPanel>
3 + xmlns:g="urn:import:com.google.gwt.user.client.ui"
4 + xmlns:m="urn:import:com.gwtmobile.ui.client.widgets"
5 + xmlns:p="urn:import:com.gwtmobile.ui.kitchensink.client.widget">
6 + <ui:style>
7 + </ui:style>
8 + <g:HTMLPanel>
9 + <p:PhoneGapHeaderPanel caption="Network.getConnectionType"></p:PhoneGapHeaderPanel>
10 + <m:ScrollPanel>
11 + <g:HTMLPanel styleName="Container">
12 + <m:ListPanel ui:field="list">
13 + <g:Label>Connection Type</g:Label>
14 + </m:ListPanel>
15 + <g:HTML ui:field="text" styleName="Output">Console</g:HTML>
16 + </g:HTMLPanel>
17 + </m:ScrollPanel>
18 + </g:HTMLPanel>
19 19 </ui:UiBinder>