Subversion Repository Public Repository

litesoft

Diff Revisions 658 vs 948 for /trunk/GWT_Sandbox/gwtUITrimmed/src/com/gwtmobile/ui/kitchensink/client/phonegap/StorageUi.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 - xmlns:p="urn:import:com.gwtmobile.ui.kitchensink.client.widget">
6 - <ui:style>
7 - </ui:style>
8 - <g:HTMLPanel>
9 - <p:PhoneGapHeaderPanel caption="Storage"></p:PhoneGapHeaderPanel>
10 - <m:ScrollPanel>
11 - <g:HTMLPanel styleName="Container">
12 - <m:ListPanel ui:field="list">
13 - <g:Label>Get Key By Index</g:Label>
14 - <g:Label>Set Item</g:Label>
15 - <g:Label>Get Item</g:Label>
16 - <g:Label>Remove Item</g:Label>
17 - <g:Label>Clear</g:Label>
18 - </m:ListPanel>
19 - <g:HTML ui:field="text" styleName="Output">Console</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 + xmlns:p="urn:import:com.gwtmobile.ui.kitchensink.client.widget">
6 + <ui:style>
7 + </ui:style>
8 + <g:HTMLPanel>
9 + <p:PhoneGapHeaderPanel caption="Storage"></p:PhoneGapHeaderPanel>
10 + <m:ScrollPanel>
11 + <g:HTMLPanel styleName="Container">
12 + <m:ListPanel ui:field="list">
13 + <g:Label>Get Key By Index</g:Label>
14 + <g:Label>Set Item</g:Label>
15 + <g:Label>Get Item</g:Label>
16 + <g:Label>Remove Item</g:Label>
17 + <g:Label>Clear</g:Label>
18 + </m:ListPanel>
19 + <g:HTML ui:field="text" styleName="Output">Console</g:HTML>
20 + </g:HTMLPanel>
21 + </m:ScrollPanel>
22 + </g:HTMLPanel>
23 23 </ui:UiBinder>