From 626bb8efb0c825f332c937ffaaadc9b402079539 Mon Sep 17 00:00:00 2001 From: Derrell Lipman Date: Wed, 3 Jan 2007 20:17:37 +0000 Subject: r20517: re-add cleaned-up webapps (This used to be commit 5a3d6ad0b7cf0ecf8b57b4088b19f7d4291c990b) --- .../demo/source/html/test/VerticalBoxLayout_3.html | 552 +++++++++++++++++++++ 1 file changed, 552 insertions(+) create mode 100644 webapps/qooxdoo-0.6.3-sdk/frontend/demo/source/html/test/VerticalBoxLayout_3.html (limited to 'webapps/qooxdoo-0.6.3-sdk/frontend/demo/source/html/test/VerticalBoxLayout_3.html') diff --git a/webapps/qooxdoo-0.6.3-sdk/frontend/demo/source/html/test/VerticalBoxLayout_3.html b/webapps/qooxdoo-0.6.3-sdk/frontend/demo/source/html/test/VerticalBoxLayout_3.html new file mode 100644 index 0000000000..ffd67a7308 --- /dev/null +++ b/webapps/qooxdoo-0.6.3-sdk/frontend/demo/source/html/test/VerticalBoxLayout_3.html @@ -0,0 +1,552 @@ + + + + qooxdoo » Demo + + + + + + + +
+ Tests for the new implementation of the qx.ui.layout.VerticalBoxLayout 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-height of 50px
+ 5. The same as #4, but now with enabled "advancedFlexAllocation"
+
+ + 6. The same as #3, but now the second has a min height of 300px
+ 7. The same as #6, but now with enabled "advancedFlexAllocation"
+
+ + 8. Three children with the priorities: 1, 2 and 3. The second has a maxHeight 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 height of 80px and 3.
+ 12. The same as #11, but configured as 'auto' height. +
+ + + + \ No newline at end of file -- cgit