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 --- includes/js/dojox/data/tests/ml/divList.html | 14 -- includes/js/dojox/data/tests/ml/orderedList.html | 16 -- includes/js/dojox/data/tests/ml/table.html | 46 ------ .../tests/ml/test_HtmlStore_declaratively.html | 172 --------------------- .../dojox/data/tests/ml/test_HtmlStore_remote.html | 115 -------------- .../ml/test_HtmlTableStore_declaratively.html | 120 -------------- includes/js/dojox/data/tests/ml/unorderedList.html | 17 -- 7 files changed, 500 deletions(-) delete mode 100644 includes/js/dojox/data/tests/ml/divList.html delete mode 100644 includes/js/dojox/data/tests/ml/orderedList.html delete mode 100644 includes/js/dojox/data/tests/ml/table.html delete mode 100644 includes/js/dojox/data/tests/ml/test_HtmlStore_declaratively.html delete mode 100644 includes/js/dojox/data/tests/ml/test_HtmlStore_remote.html delete mode 100644 includes/js/dojox/data/tests/ml/test_HtmlTableStore_declaratively.html delete mode 100644 includes/js/dojox/data/tests/ml/unorderedList.html (limited to 'includes/js/dojox/data/tests/ml') diff --git a/includes/js/dojox/data/tests/ml/divList.html b/includes/js/dojox/data/tests/ml/divList.html deleted file mode 100644 index 3f0da2f..0000000 --- a/includes/js/dojox/data/tests/ml/divList.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - - HTML Div List for HtmlStore - - -
-
bold
-
italic
-
normal
-
- - diff --git a/includes/js/dojox/data/tests/ml/orderedList.html b/includes/js/dojox/data/tests/ml/orderedList.html deleted file mode 100644 index e995377..0000000 --- a/includes/js/dojox/data/tests/ml/orderedList.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - - HTML Ordered List for HtmlStore - - -
    -
  1. Every
  2. -
  3. Good
  4. -
  5. Boy
  6. -
  7. Does
  8. -
  9. Fine
  10. -
- - diff --git a/includes/js/dojox/data/tests/ml/table.html b/includes/js/dojox/data/tests/ml/table.html deleted file mode 100644 index 0c556d0..0000000 --- a/includes/js/dojox/data/tests/ml/table.html +++ /dev/null @@ -1,46 +0,0 @@ - - - - - HTML Ordered List for HtmlStore - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
XYAB
238
1357
4922777
32313535747
- - diff --git a/includes/js/dojox/data/tests/ml/test_HtmlStore_declaratively.html b/includes/js/dojox/data/tests/ml/test_HtmlStore_declaratively.html deleted file mode 100644 index ea36c8a..0000000 --- a/includes/js/dojox/data/tests/ml/test_HtmlStore_declaratively.html +++ /dev/null @@ -1,172 +0,0 @@ - - - -Dojox HtmlDataStore Widget - - - - - - - - - -

Dojox HtmlDataStore Widget

-
-
-
- - -
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
XYAB
238
1357
4922777
32313535747
- -
-
-
- Table Rows:
(Just to show that the tree can determine that the tableStore works like a store).
Should have three branches, where the row had attr Y value of 3.
-
-
- - - - - - -
- Unordered List in Tree:
-
-
- -
    -
  1. Every
  2. -
  3. Good
  4. -
  5. Boy
  6. -
  7. Does
  8. -
  9. Fine
  10. -
- - - - -
- Ordered List in Tree:
-
-
- - -
-
bold
-
italic
-
normal
-
- - - - -
- Div list in tree:
-
-
- - - diff --git a/includes/js/dojox/data/tests/ml/test_HtmlStore_remote.html b/includes/js/dojox/data/tests/ml/test_HtmlStore_remote.html deleted file mode 100644 index f9d9eff..0000000 --- a/includes/js/dojox/data/tests/ml/test_HtmlStore_remote.html +++ /dev/null @@ -1,115 +0,0 @@ - - - -Dojox HtmlDataStore Widget - - - - - - - - - -

Dojox HtmlDataStore Widget

-
-
-
- - -
-
-
-
- -
- Table Rows:
(Just to show that the tree can determine that the tableStore works like a store).
Should have three branches, where the row had attr Y value of 3.
-
-
- - - - -
- Unordered List in Tree:
-
-
- - - - -
- Ordered List in Tree:
-
-
- - -
-
bold
-
italic
-
normal
-
- - - - -
- Div list in tree:
-
-
- - - diff --git a/includes/js/dojox/data/tests/ml/test_HtmlTableStore_declaratively.html b/includes/js/dojox/data/tests/ml/test_HtmlTableStore_declaratively.html deleted file mode 100644 index f69ba68..0000000 --- a/includes/js/dojox/data/tests/ml/test_HtmlTableStore_declaratively.html +++ /dev/null @@ -1,120 +0,0 @@ - - - -Dojox HtmlDataStore Widget - - - - - - - - - -

Dojox HtmlDataStore Widget

-
-
-
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
XYAB
238
1357
4922777
32313535747
- -
-
-
- Table Rows:
(Just to show that the tree can determine that the tableStore works like a store).
Should have three branches, where the row had attr Y value of 3.
-
-
- - diff --git a/includes/js/dojox/data/tests/ml/unorderedList.html b/includes/js/dojox/data/tests/ml/unorderedList.html deleted file mode 100644 index a19149a..0000000 --- a/includes/js/dojox/data/tests/ml/unorderedList.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - - HTML Unorderd List for HtmlStore - - - - - -- cgit v1.2.3