[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/jquery_ui/jquery.ui/tests/unit/resizable/ -> resizable_defaults.js (source)

   1  /*

   2   * resizable_defaults.js

   3   */
   4  
   5  var resizable_defaults = {
   6      alsoResize: false,
   7      animate: false,
   8      animateDuration: 'slow',
   9      animateEasing: 'swing',
  10      aspectRatio: false,
  11      autoHide: false,
  12      cancel: ':input,option',
  13      containment: false,
  14      delay: 0,
  15      disabled: false,
  16      distance: 1,
  17      ghost: false,
  18      grid: false,
  19      handles: 'e,s,se',
  20      helper: false,
  21      maxHeight: null,
  22      maxWidth: null,
  23      minHeight: 10,
  24      minWidth: 10,
  25      zIndex: 1000
  26  };
  27  
  28  commonWidgetTests('resizable', { defaults: resizable_defaults });


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