From e44a7e37b6c7b5961adaffc62b9042b8d442938e Mon Sep 17 00:00:00 2001 From: mensonge Date: Thu, 13 Nov 2008 09:49:11 +0000 Subject: New feature: basic Ajax suggestion for tags and implementation of Dojo toolkit git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@151 b3834d28-1941-0410-a4f8-b48e95affb8f --- .../dijit/tests/layout/test_LayoutContainer.html | 174 +++++++++++++++++++++ 1 file changed, 174 insertions(+) create mode 100644 includes/js/dijit/tests/layout/test_LayoutContainer.html (limited to 'includes/js/dijit/tests/layout/test_LayoutContainer.html') diff --git a/includes/js/dijit/tests/layout/test_LayoutContainer.html b/includes/js/dijit/tests/layout/test_LayoutContainer.html new file mode 100644 index 0000000..cbe08f6 --- /dev/null +++ b/includes/js/dijit/tests/layout/test_LayoutContainer.html @@ -0,0 +1,174 @@ + + + + dijit.layout.LayoutContainer Test + + + + + + + + + +

Dijit layout.LayoutContainer tests

+

Basic layout. Tabindex="0" added to each pane to test for tab order matching source code order. Tab order +should be: left, right, top, middle/main, bottom

+ +
+
+ left +
+
+ right +
+
+ top bar +
+
+ main panel with a link.
+ (to check we're copying children around properly).
+ + Here's some text that comes AFTER the combo box. +
+ +
+ bottom bar +
+ +
+ +

Advanced layout. Tabindex="0" added to each pane to test for tab order matching source code order. Tab order +should be: left, top, bottom, inner left, inner middle, inner right. This is not an ideal tab order. See below to use nested +layout containers to achieve a tab order which matches presentation and source code order.

+
+
+ left +
+
+ top bar +
+
+ + bottom bar +
+
+ inner left +
+ +
+ main panel with a link.
+ + (to check we're copying children around properly).
+ + Here's some text that comes AFTER the combo box. +
+
+ inner right +
+
+ +

Advanced layout with nested containers. Tabindex="0" added to content panes to show tab order. Order should be: +left, top, inner left, inner middle, inner right, bottom. This is the preferred tab order for this type of layout.

+
+
+ left +
+
+
+ +
+ top bar +
+
+
+
+ inner left +
+
+ main panel with a link.
+ (to check we're copying children around properly).
+ + Here's some text that comes AFTER the combo box. +
+
+ inner right +
+
+
+
+ bottom bar +
+
+
+
+ +

Goofy spiral layout. Match of source code order to tab order can not be achieved with this type of layout.

+
+
+ outer left +
+
+ outer top +
+
+ outer right +
+
+ outer bottom +
+
+ inner left +
+
+ inner top +
+
+ inner right +
+
+ inner bottom +
+
+ main panel with a link.
+ (to check we're copying children around properly).
+ + Here's some text that comes AFTER the combo box. +
+
+ + + -- cgit v1.2.3-54-g00ecf