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 --- .../data/tests/test_Tree_vs_jsonPathStore.html | 105 +++++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 includes/js/dojox/data/tests/test_Tree_vs_jsonPathStore.html (limited to 'includes/js/dojox/data/tests/test_Tree_vs_jsonPathStore.html') diff --git a/includes/js/dojox/data/tests/test_Tree_vs_jsonPathStore.html b/includes/js/dojox/data/tests/test_Tree_vs_jsonPathStore.html new file mode 100644 index 0000000..f06bafe --- /dev/null +++ b/includes/js/dojox/data/tests/test_Tree_vs_jsonPathStore.html @@ -0,0 +1,105 @@ + + + + Dijit Tree Test + + + + + + + + + + + + +

Dijit Tree Test - dojo.data.Notification API support

+ +
+ +
+ +
+

Current Selection: Tree Root + +

Selected Item:

+ Name:
+ Description:

+
Update Item
+ +

New Item

+

Enter an Id, Name, and optionally a description to be added as a new item to the store. Upon successful addition, the tree will recieve notification of this event and respond accordingly. If you select a node the item will be added to that node, otherwise the item will be added to the tree root. "Id" is the identifer here and as such must be unique for all items in the store.

+ Id:
+ Name:
+ Description:

+ +
Add Item to Store
+
+ + + + + -- cgit v1.2.3-54-g00ecf