Location: A review of cardiac cellular electrophysiology models @ f6a8f9030738 / dojo-presentation / js / dojo / dijit / tests / layout / test_LayoutContainer.html
- Author:
- David Nickerson <nickerso@users.sourceforge.net>
- Date:
- 2009-07-16 02:00:03+12:00
- Desc:
- the starting point for the HH tutorial example
- Permanent Source URI:
- https://models.fieldml.org/workspace/a1/rawfile/f6a8f90307388eb4b040ee3566b84d88b59247f7/dojo-presentation/js/dojo/dijit/tests/layout/test_LayoutContainer.html
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
(to check we're copying children around properly).
foo bar baz Here's some text that comes AFTER the combo box.
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.
(to check we're copying children around properly).
foo bar baz Here's some text that comes AFTER the combo box.
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.
(to check we're copying children around properly).
foo bar baz Here's some text that comes AFTER the combo box.
Goofy spiral layout. Match of source code order to tab order can not be achieved with this type of layout.
(to check we're copying children around properly).
foo bar baz Here's some text that comes AFTER the combo box.