From 1c5685d68f1b73270fb814fe04cbb490eb90ba5f Mon Sep 17 00:00:00 2001 From: mensonge Date: Fri, 14 Nov 2008 15:39:19 +0000 Subject: Minor fix: Remove DOJO library (60Mo) replaced by link to Google CDN (online DOJO library) git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@159 b3834d28-1941-0410-a4f8-b48e95affb8f --- .../dijit/tests/layout/test_LayoutContainer.html | 174 --------------------- 1 file changed, 174 deletions(-) delete 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 deleted file mode 100644 index cbe08f6..0000000 --- a/includes/js/dijit/tests/layout/test_LayoutContainer.html +++ /dev/null @@ -1,174 +0,0 @@ - - -
-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
- -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.
-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.
-Goofy spiral layout. Match of source code order to tab order can not be achieved with this type of layout.
-