~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.accordion.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: 'Accordion Demos',
8
 
 
9
 
                desc: 'Simple accordion',
10
 
 
11
 
                demos: [
12
 
 
13
 
                        {
14
 
                                title: 'Simple accordion',
15
 
                                html: { url: 'templates/ui.accordion.data.html' },
16
 
                                destroy: '$("#accordionDemo").accordion("destroy");',
17
 
 
18
 
                                options: [
19
 
                                        { desc: 'Simple Accordion Mouse over', source: '$("#accordionDemo").accordion({event: "mouseover"});' },
20
 
                                        { desc: 'Simple Accordion', source: '$("#accordionDemo").accordion();' }
21
 
                                ]
22
 
                        }
23
 
                ]
24
 
 
25
 
        };
26
 
 
27
 
        $(function(){
28
 
 
29
 
                uiRenderDemo(model);
30
 
 
31
 
        });
32
 
 
33
 
</script>
 
 
b'\\ No newline at end of file'