diff options
Diffstat (limited to 'demos/functional/templates/ui.selectable.data.html')
-rw-r--r-- | demos/functional/templates/ui.selectable.data.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/demos/functional/templates/ui.selectable.data.html b/demos/functional/templates/ui.selectable.data.html new file mode 100644 index 000000000..ad60e0456 --- /dev/null +++ b/demos/functional/templates/ui.selectable.data.html @@ -0,0 +1,8 @@ +<ul id="selectable-example" style="list-style:none; cursor: default;"> + <li style='padding: 5px; border: 1px solid #bbb; margin: 3px;'>MacBook Pro</li> + <li style='padding: 5px; border: 1px solid #bbb; margin: 3px;'>iMac</li> + <li style='padding: 5px; border: 1px solid #bbb; margin: 3px;'>MacBook</li> + <li style='padding: 5px; border: 1px solid #bbb; margin: 3px;'>Time Capsule</li> + <li style='padding: 5px; border: 1px solid #bbb; margin: 3px;'>Apple Cinema Display</li> + <li style='padding: 5px; border: 1px solid #bbb; margin: 3px;'>Mac mini</li> +</ul>
\ No newline at end of file |