~jstys-z/helioviewer.org/timeline

« back to all changes in this revision

Viewing changes to lib/jquery/jquery.ui-1.6rc2/demos/functional/templates/ui.selectable.html

  • Committer: V. Keith Hughitt
  • Date: 2009-03-26 19:20:57 UTC
  • Revision ID: hughitt1@kore-20090326192057-u0x8rf8sf5lmmnwh
nightly build 03-26-2009: Using alpha-channel JPEG 2000 dataset

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<script type="text/javascript">
2
 
 
3
 
        var model = {
4
 
 
5
 
                renderAt: '#containerDemo',
6
 
 
7
 
                title: 'Selectable Demos',
8
 
 
9
 
                demos: [
10
 
 
11
 
                        {
12
 
                                title: 'Selectable',
13
 
                                desc: 'With few lines of code you could have selectable elements. You can try more options on the fly!',
14
 
                                html: { url: 'templates/ui.selectable.data.html' },
15
 
                                destroy: '$("#selectable-example").selectable("destroy");',
16
 
                                options: [
17
 
                                        {       desc: 'Make a simple selectable list', source: '$("#selectable-example").selectable();' },
18
 
                                        {       desc: 'Tolerance touch', source: '$("#selectable-example").selectable({ tolerance: "touch" });' }
19
 
                                ]
20
 
                        }
21
 
                ]
22
 
 
23
 
        };
24
 
 
25
 
        $(function(){
26
 
 
27
 
                uiRenderDemo(model);
28
 
 
29
 
        });
30
 
 
31
 
</script>
 
 
b'\\ No newline at end of file'