From e44a7e37b6c7b5961adaffc62b9042b8d442938e Mon Sep 17 00:00:00 2001
From: mensonge
Date: Thu, 13 Nov 2008 09:49:11 +0000
Subject: New feature: basic Ajax suggestion for tags and implementation of
Dojo toolkit
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@151 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 insertions(+)
create mode 100644 includes/js/dojox/data/tests/ml/divList.html
create mode 100644 includes/js/dojox/data/tests/ml/orderedList.html
create mode 100644 includes/js/dojox/data/tests/ml/table.html
create mode 100644 includes/js/dojox/data/tests/ml/test_HtmlStore_declaratively.html
create mode 100644 includes/js/dojox/data/tests/ml/test_HtmlStore_remote.html
create mode 100644 includes/js/dojox/data/tests/ml/test_HtmlTableStore_declaratively.html
create 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
new file mode 100644
index 0000000..3f0da2f
--- /dev/null
+++ b/includes/js/dojox/data/tests/ml/divList.html
@@ -0,0 +1,14 @@
+
+
+
+
+ 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
new file mode 100644
index 0000000..e995377
--- /dev/null
+++ b/includes/js/dojox/data/tests/ml/orderedList.html
@@ -0,0 +1,16 @@
+
+
+
+
+ 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
new file mode 100644
index 0000000..0c556d0
--- /dev/null
+++ b/includes/js/dojox/data/tests/ml/table.html
@@ -0,0 +1,46 @@
+
+
+
+
+ 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
new file mode 100644
index 0000000..ea36c8a
--- /dev/null
+++ b/includes/js/dojox/data/tests/ml/test_HtmlStore_declaratively.html
@@ -0,0 +1,172 @@
+
+
+
+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
new file mode 100644
index 0000000..f9d9eff
--- /dev/null
+++ b/includes/js/dojox/data/tests/ml/test_HtmlStore_remote.html
@@ -0,0 +1,115 @@
+
+
+
+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
new file mode 100644
index 0000000..f69ba68
--- /dev/null
+++ b/includes/js/dojox/data/tests/ml/test_HtmlTableStore_declaratively.html
@@ -0,0 +1,120 @@
+
+
+
+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
new file mode 100644
index 0000000..a19149a
--- /dev/null
+++ b/includes/js/dojox/data/tests/ml/unorderedList.html
@@ -0,0 +1,17 @@
+
+
+
+
+ HTML Unorderd List for HtmlStore
+
+
+
+ Red
+ Orange
+ Yellow
+ Green
+ Blue
+ Violet
+
+
+
--
cgit v1.3-2-g0d8e