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
-
-
-
- Every
- Good
- Boy
- Does
- Fine
-
-
-
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
-
-
-
-
-
-
- X
- Y
- A
- B
-
-
-
-
- 2
- 3
-
- 8
-
-
- 1
- 3
- 5
- 7
-
-
- 4
- 9
- 22
- 777
-
-
- 3231
- 3
- 535
- 747
-
-
-
-
-
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
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- X
- Y
- A
- B
-
-
-
-
- 2
- 3
-
- 8
-
-
- 1
- 3
- 5
- 7
-
-
- 4
- 9
- 22
- 777
-
-
- 3231
- 3
- 535
- 747
-
-
-
-
-
-
-
- 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.
-
-
-
-
- Red
- Orange
- Yellow
- Green
- Blue
- Violet
-
-
- Unordered List in ComboBox:
-
-
-
- Unordered List in Tree:
-
-
-
-
- Every
- Good
- Boy
- Does
- Fine
-
-
- Ordered List in ComboBox:
-
-
-
- Ordered List in Tree:
-
-
-
-
-
-
bold
-
italic
-
normal
-
-
- Div List in ComboBox:
-
-
-
- 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 ComboBox:
-
-
-
- Unordered List in Tree:
-
-
-
- Ordered List in ComboBox:
-
-
-
- Ordered List in Tree:
-
-
-
-
-
-
bold
-
italic
-
normal
-
-
- Div List in ComboBox:
-
-
-
- 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
-
-
-
-
-
-
-
-
-
-
-
- X
- Y
- A
- B
-
-
-
-
- 2
- 3
-
- 8
-
-
- 1
- 3
- 5
- 7
-
-
- 4
- 9
- 22
- 777
-
-
- 3231
- 3
- 535
- 747
-
-
-
-
-
-
-
-
- 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
-
-
-
- Red
- Orange
- Yellow
- Green
- Blue
- Violet
-
-
-
--
cgit v1.3-2-g0d8e