]> source.dussan.org Git - vaadin-framework.git/commitdiff
Added clickable layout sample. #3773
authorJohn Alhroos <john.ahlroos@itmill.com>
Tue, 6 Apr 2010 11:41:34 +0000 (11:41 +0000)
committerJohn Alhroos <john.ahlroos@itmill.com>
Tue, 6 Apr 2010 11:41:34 +0000 (11:41 +0000)
svn changeset:12306/svn branch:6.3

WebContent/VAADIN/themes/sampler/layouts/clickableexample.css [new file with mode: 0644]
WebContent/VAADIN/themes/sampler/styles.css
tests/scripts/sampler-all-samples.html

diff --git a/WebContent/VAADIN/themes/sampler/layouts/clickableexample.css b/WebContent/VAADIN/themes/sampler/layouts/clickableexample.css
new file mode 100644 (file)
index 0000000..98cc186
--- /dev/null
@@ -0,0 +1,4 @@
+.v-verticallayout-border,
+.v-gridlayout-border {
+       border: 1px solid #ddd ;
+}
\ No newline at end of file
index d69e982f1c2307141e0707a7b4b4b0891c00ea71..fbb7f167e9f67c35eb6dcd513d71a411cd4fc80c 100644 (file)
@@ -18,6 +18,8 @@
 
 @import url(layouts/absoluteexample.css);
 
+@import url(layouts/clickableexample.css);
+
 @import url(table/styles.css);
 
-@import url(misc/item-styles.css);
\ No newline at end of file
+@import url(misc/item-styles.css);
index 5e2b19a9847b9deaaf25350234dc954b68f7c189..4e2e64e0156bb738f647638cdb4bbdf704892d4a 100644 (file)
 <td></td>
 <td></td>
 </tr>
+<tr>
+<td>mouseClick</td>
+<td>vaadin=sampler::/VVerticalLayout[0]/ChildComponentContainer[0]/VHorizontalLayout[0]/ChildComponentContainer[7]/VHorizontalLayout[0]/ChildComponentContainer[1]/VNativeButton[0]</td>
+<td>1,1</td>
+</tr>
+<tr>
+<td>waitForVaadin</td>
+<td></td>
+<td></td>
+</tr>
 <!--Start over from the main page-->
 <tr>
 <td>mouseClick</td>
 </tr>
 <!--BrowserInformation-->
 <tr>
+<td>screenCapture</td>
+<td></td>
+<td>BrowserInformation</td>
+</tr>
+<tr>
+<td>waitForVaadin</td>
+<td></td>
+<td></td>
+</tr>
+<tr>
 <td>mouseClick</td>
 <td>vaadin=sampler::/VVerticalLayout[0]/ChildComponentContainer[0]/VHorizontalLayout[0]/ChildComponentContainer[7]/VHorizontalLayout[0]/ChildComponentContainer[1]/VNativeButton[0]</td>
 <td>1,1</td>
 <td></td>
 <td></td>
 </tr>
+<!--ClickableLayoutBasic-->
+<tr>
+<td>screenCapture</td>
+<td></td>
+<td>ClickableLayoutBasic</td>
+</tr>
+<tr>
+<td>waitForVaadin</td>
+<td></td>
+<td></td>
+</tr>
+<tr>
+<td>mouseClick</td>
+<td>vaadin=sampler::/VVerticalLayout[0]/ChildComponentContainer[0]/VHorizontalLayout[0]/ChildComponentContainer[7]/VHorizontalLayout[0]/ChildComponentContainer[1]/VNativeButton[0]</td>
+<td>1,1</td>
+</tr>
+<tr>
+<td>waitForVaadin</td>
+<td></td>
+<td></td>
+</tr>
 <!--PanelBasic-->
 <tr>
 <td>screenCapture</td>