source: main/trunk/greenstone3/web/interfaces/oran/js/jquery-ui-1.8rc1/tests/unit/resizable/resizable_defaults.js@ 24245

Last change on this file since 24245 was 24245, checked in by sjb48, 13 years ago

Oran code for supporting format changes to document.

  • Property svn:executable set to *
File size: 520 bytes
Line 
1/*
2 * resizable_defaults.js
3 */
4
5var 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
28commonWidgetTests('resizable', { defaults: resizable_defaults });
Note: See TracBrowser for help on using the repository browser.