aboutsummaryrefslogtreecommitdiffstats
path: root/demos/functional/templates/ui.selectable.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/functional/templates/ui.selectable.html')
-rw-r--r--demos/functional/templates/ui.selectable.html31
1 files changed, 0 insertions, 31 deletions
diff --git a/demos/functional/templates/ui.selectable.html b/demos/functional/templates/ui.selectable.html
deleted file mode 100644
index a7ab5cf9a..000000000
--- a/demos/functional/templates/ui.selectable.html
+++ /dev/null
@@ -1,31 +0,0 @@
-<script type="text/javascript">
-
- var model = {
-
- renderAt: '#containerDemo',
-
- title: 'Selectable Demos',
-
- demos: [
-
- {
- title: 'Selectable',
- desc: 'With few lines of code you could have selectable elements. You can try more options on the fly!',
- html: { url: 'templates/ui.selectable.data.html' },
- destroy: '$("#selectable-example").selectable("destroy");',
- options: [
- { desc: 'Make a simple selectable list', source: '$("#selectable-example").selectable();' },
- { desc: 'Tolerance touch', source: '$("#selectable-example").selectable({ tolerance: "touch" });' }
- ]
- }
- ]
-
- };
-
- $(function(){
-
- uiRenderDemo(model);
-
- });
-
-</script> \ No newline at end of file