aboutsummaryrefslogtreecommitdiff
path: root/includes/js/dijit/tests/layout/combotab.html
diff options
context:
space:
mode:
Diffstat (limited to 'includes/js/dijit/tests/layout/combotab.html')
-rw-r--r--includes/js/dijit/tests/layout/combotab.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/includes/js/dijit/tests/layout/combotab.html b/includes/js/dijit/tests/layout/combotab.html
deleted file mode 100644
index c881761..0000000
--- a/includes/js/dijit/tests/layout/combotab.html
+++ /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>
-