[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/sites/all/libraries/jquery.ui/tests/unit/dialog/ -> dialog_defaults.js (source)

   1  /*

   2   * dialog_defaults.js

   3   */
   4  
   5  var dialog_defaults = {
   6      autoOpen: true,
   7      bgiframe: false,
   8      buttons: {},
   9      closeOnEscape: true,
  10      closeText: 'close',
  11      disabled: false,
  12      dialogClass: '',
  13      draggable: true,
  14      height: 'auto',
  15      hide: null,
  16      maxHeight: false,
  17      maxWidth: false,
  18      minHeight: 150,
  19      minWidth: 150,
  20      modal: false,
  21      position: 'center',
  22      resizable: true,
  23      show: null,
  24      stack: true,
  25      title: '',
  26      width: 300,
  27      zIndex: 1000
  28  };
  29  
  30  commonWidgetTests('dialog', { defaults: dialog_defaults });


Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7