Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -1,68 +1,74 @@
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 - .container {
8 - -webkit-box-orient: horizontal !important;
9 - -webkit-box-flex: 0 !important;
10 - }
11 - .left > div:first-child{
12 - border-top-right-radius: 0 0;
13 - -webkit-box-shadow: rgba(0, 0, 0, 1) 0em 0em 0.5em;
14 - }
15 - .left > div:last-child {
16 - border-bottom-right-radius: 0 0;
17 - -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0em 0.2em 0.2em;
18 - }
19 - .left > div {
20 - border-right: 1px solid #333333;
21 - }
22 - .right > div:first-child {
23 - border-top-left-radius: 0 0;
24 - -webkit-box-shadow: rgba(0, 0, 0, .35) 0em -0.2em 0.1em;
25 - }
26 -
27 - .right > div:last-child {
28 - border-bottom-left-radius: 0 0;
29 - -webkit-box-shadow: rgba(0, 0, 0, .35) 0em 0.2em 0.1em;
30 - }
31 - .right > div {
32 - border-left: 1px solid #666666;
33 - }
34 - .left, .right {
35 - -webkit-box-flex: 1;
36 - }
37 - </ui:style>
38 - <g:HTMLPanel>
39 - <p:PhoneGapHeaderPanel caption="DirectoryEntry" document="file"></p:PhoneGapHeaderPanel>
40 - <!-- <m:ScrollPanel> -->
41 - <g:HTMLPanel styleName="Container">
42 - <g:HTMLPanel styleName="Container {style.container}">
43 - <m:ListPanel ui:field="list0" secondaryStyle="{style.left}">
44 - <g:Label>Get Directory</g:Label>
45 - <g:Label>Get Metadata</g:Label>
46 - <g:Label>Is File</g:Label>
47 - <g:Label>Is Directory</g:Label>
48 - <g:Label>Full Path</g:Label>
49 - <g:Label>Move To</g:Label>
50 - <g:Label>Copy To</g:Label>
51 - </m:ListPanel>
52 - <m:ListPanel ui:field="list1" secondaryStyle="{style.right}">
53 - <g:Label>To URI</g:Label>
54 - <g:Label>Get Parent</g:Label>
55 - <g:Label>Create Reader</g:Label>
56 - <g:Label>Remove</g:Label>
57 - <g:Label>Remove Recursively</g:Label>
58 - <g:Label>Get File</g:Label>
59 - <g:Label>Get Free Space</g:Label>
60 - </m:ListPanel>
61 - </g:HTMLPanel>
62 - <m:ScrollPanel ui:field="scroller" secondaryStyle="Output">
63 - <g:HTML ui:field="text">Console</g:HTML>
64 - </m:ScrollPanel>
65 - </g:HTMLPanel>
66 - <!-- </m:ScrollPanel> -->
67 - </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 + .container {
8 + -webkit-box-orient: horizontal !important;
9 + -webkit-box-flex: 0 !important;
10 + }
11 +
12 + .left > div:first-child {
13 + border-top-right-radius: 0 0;
14 + -webkit-box-shadow: rgba(0, 0, 0, 1) 0em 0em 0.5em;
15 + }
16 +
17 + .left > div:last-child {
18 + border-bottom-right-radius: 0 0;
19 + -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0em 0.2em 0.2em;
20 + }
21 +
22 + .left > div {
23 + border-right: 1px solid #333333;
24 + }
25 +
26 + .right > div:first-child {
27 + border-top-left-radius: 0 0;
28 + -webkit-box-shadow: rgba(0, 0, 0, .35) 0em -0.2em 0.1em;
29 + }
30 +
31 + .right > div:last-child {
32 + border-bottom-left-radius: 0 0;
33 + -webkit-box-shadow: rgba(0, 0, 0, .35) 0em 0.2em 0.1em;
34 + }
35 +
36 + .right > div {
37 + border-left: 1px solid #666666;
38 + }
39 +
40 + .left, .right {
41 + -webkit-box-flex: 1;
42 + }
43 + </ui:style>
44 + <g:HTMLPanel>
45 + <p:PhoneGapHeaderPanel caption="DirectoryEntry" document="file"></p:PhoneGapHeaderPanel>
46 + <!-- <m:ScrollPanel> -->
47 + <g:HTMLPanel styleName="Container">
48 + <g:HTMLPanel styleName="Container {style.container}">
49 + <m:ListPanel ui:field="list0" secondaryStyle="{style.left}">
50 + <g:Label>Get Directory</g:Label>
51 + <g:Label>Get Metadata</g:Label>
52 + <g:Label>Is File</g:Label>
53 + <g:Label>Is Directory</g:Label>
54 + <g:Label>Full Path</g:Label>
55 + <g:Label>Move To</g:Label>
56 + <g:Label>Copy To</g:Label>
57 + </m:ListPanel>
58 + <m:ListPanel ui:field="list1" secondaryStyle="{style.right}">
59 + <g:Label>To URI</g:Label>
60 + <g:Label>Get Parent</g:Label>
61 + <g:Label>Create Reader</g:Label>
62 + <g:Label>Remove</g:Label>
63 + <g:Label>Remove Recursively</g:Label>
64 + <g:Label>Get File</g:Label>
65 + <g:Label>Get Free Space</g:Label>
66 + </m:ListPanel>
67 + </g:HTMLPanel>
68 + <m:ScrollPanel ui:field="scroller" secondaryStyle="Output">
69 + <g:HTML ui:field="text">Console</g:HTML>
70 + </m:ScrollPanel>
71 + </g:HTMLPanel>
72 + <!-- </m:ScrollPanel> -->
73 + </g:HTMLPanel>
68 74 </ui:UiBinder>