From 1170417ceeb8c49a46cda522a38eaa71c9cae30c Mon Sep 17 00:00:00 2001 From: Derrell Lipman Date: Sat, 30 Dec 2006 05:09:59 +0000 Subject: r20414: Start to make SWAT usable by others. This is just a start... (This used to be commit 26a34037a7ca6fbd05c5a6f7c2d5973e34bc6918) --- .../source/html/test/HorizontalBoxLayout_3.html | 594 +++++++++++++++++++++ 1 file changed, 594 insertions(+) create mode 100644 webapps/qooxdoo-0.6.3-sdk/frontend/demo/source/html/test/HorizontalBoxLayout_3.html (limited to 'webapps/qooxdoo-0.6.3-sdk/frontend/demo/source/html/test/HorizontalBoxLayout_3.html') diff --git a/webapps/qooxdoo-0.6.3-sdk/frontend/demo/source/html/test/HorizontalBoxLayout_3.html b/webapps/qooxdoo-0.6.3-sdk/frontend/demo/source/html/test/HorizontalBoxLayout_3.html new file mode 100644 index 0000000000..6777c53d7b --- /dev/null +++ b/webapps/qooxdoo-0.6.3-sdk/frontend/demo/source/html/test/HorizontalBoxLayout_3.html @@ -0,0 +1,594 @@ + + + + qooxdoo » Demo + + + + + + + +
+ Tests for the new implementation of the qx.ui.layout.HorizontalBoxLayout widget.
+
+ 1. Simple testing, one static and one flex child
+ 2. Two flex children with the same priority
+ 3. The same as #2, but the second has the doubled priority compared to the first
+
+ + 4. The same as #3, but now the second child has a max-width of 50px
+ 5. The same as #4, but now with enabled "advancedFlexAllocation"
+
+ + 6. The same as #3, but now the second has a min width of 500px
+ 7. The same as #6, but now with enabled "advancedFlexAllocation"
+
+ + 8. Three children with the priorities: 1, 2 and 3. The second has a maxWidth of 50px
+ 9. The same as #8, but now with enabled "advancedFlexAllocation"
+
+ + 10. Three children with the priorities: 1, 2 and 3. Added a few mouse actions.
+ 11. Three children with the priorities: 1, a static width of 80px and 3.
+ 12. The same as #11, but configured as 'auto' width.
+
+ + 13. Test for more complex child widgets. Seems to work without problems. +
+ + + + \ No newline at end of file -- cgit