]> git.pond.sub.org Git - eow/blobdiff - static/dojo-release-1.1.1/dijit/tests/layout/combotab.html
Replace Dojo with jQuery
[eow] / static / dojo-release-1.1.1 / dijit / tests / layout / combotab.html
diff --git a/static/dojo-release-1.1.1/dijit/tests/layout/combotab.html b/static/dojo-release-1.1.1/dijit/tests/layout/combotab.html
deleted file mode 100644 (file)
index c881761..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<div dojoType="dojo.data.ItemFileReadStore" jsId="stateStore"
-       url="../_data/states.json"></div>
-State:
-<span id="editable" dojoType="dijit.InlineEditBox" editor="dijit.form.ComboBox"
-       editorParams="{value: 'California', store: stateStore, searchAttr: 'name', promptMessage: 'Please enter a state'}">
-       <script type="dojo/connect" event="onChange">
-               // connect to editable onChange event, Note that we dont need to disconnect
-               console.log('User selected:'+this.getValue());
-       </script>
-</span>
-