[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/jquery_ui/jquery.ui.old/demos/functional/templates/ -> ui.selectable.html (source)

   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>


Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7