Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -1,22 +1,22 @@
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="FileMgr" document="file"></p:PhoneGapHeaderPanel>
10 - <m:ScrollPanel styleName="Scroller">
11 - <g:HTMLPanel styleName="Container">
12 - <g:HTMLPanel styleName="Container">
13 - <m:ListPanel ui:field="list">
14 - <g:Label>Directory</g:Label>
15 - <g:Label>File</g:Label>
16 - <g:Label>File Transfer</g:Label>
17 - </m:ListPanel>
18 - </g:HTMLPanel>
19 - </g:HTMLPanel>
20 - </m:ScrollPanel>
21 - </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="FileMgr" document="file"></p:PhoneGapHeaderPanel>
10 + <m:ScrollPanel styleName="Scroller">
11 + <g:HTMLPanel styleName="Container">
12 + <g:HTMLPanel styleName="Container">
13 + <m:ListPanel ui:field="list">
14 + <g:Label>Directory</g:Label>
15 + <g:Label>File</g:Label>
16 + <g:Label>File Transfer</g:Label>
17 + </m:ListPanel>
18 + </g:HTMLPanel>
19 + </g:HTMLPanel>
20 + </m:ScrollPanel>
21 + </g:HTMLPanel>
22 22 </ui:UiBinder>