X-Git-Url: http://git.pond.sub.org/?p=eow;a=blobdiff_plain;f=static%2Fdojo-release-1.1.1%2Fdijit%2Ftests%2Flayout%2Ftest_LayoutContainer.html;fp=static%2Fdojo-release-1.1.1%2Fdijit%2Ftests%2Flayout%2Ftest_LayoutContainer.html;h=0000000000000000000000000000000000000000;hp=cbe08f65ce39196ffc12349bb0f90963a6d766bd;hb=7beca26e6ea91745cd397ad69ac6e26bb934e683;hpb=bed7f6f60f166f71b2e3a98bb8d1e67c3e501909 diff --git a/static/dojo-release-1.1.1/dijit/tests/layout/test_LayoutContainer.html b/static/dojo-release-1.1.1/dijit/tests/layout/test_LayoutContainer.html deleted file mode 100644 index cbe08f6..0000000 --- a/static/dojo-release-1.1.1/dijit/tests/layout/test_LayoutContainer.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - 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. -
-
- - -