PHP Classes

File: src/MSD/HomeBundle/Resources/public/css/jquery-ui-1.10.3/tests/unit/dialog/dialog_common.js

Recommend this page to a friend!
  Classes of Manolo Salsas   Online PHP Image Transform   src/MSD/HomeBundle/Resources/public/css/jquery-ui-1.10.3/tests/unit/dialog/dialog_common.js   Download  
File: src/MSD/HomeBundle/Resources/public/css/jquery-ui-1.10.3/tests/unit/dialog/dialog_common.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Online PHP Image Transform
Application to do interactive image manipulation
Author: By
Last change:
Date: 4 years ago
Size: 748 bytes
 

Contents

Class file image Download
TestHelpers.commonWidgetTests( "dialog", { defaults: { appendTo: "body", autoOpen: true, buttons: [], closeOnEscape: true, closeText: "close", disabled: false, dialogClass: "", draggable: true, height: "auto", hide: null, maxHeight: null, maxWidth: null, minHeight: 150, minWidth: 150, modal: false, position: { my: "center", at: "center", of: window, collision: "fit", using: $.ui.dialog.prototype.options.position.using }, resizable: true, show: null, title: null, width: 300, // callbacks beforeClose: null, close: null, create: null, drag: null, dragStart: null, dragStop: null, focus: null, open: null, resize: null, resizeStart: null, resizeStop: null } });