aboutsummaryrefslogtreecommitdiffstats
path: root/demos/dialog
Commit message (Collapse)AuthorAgeFilesLines
* Updating 'jQuery' to 1.9.1.Bruno M. Custódio2013-02-056-6/+6
|
* oops...Scott González2013-02-021-1/+0
|
* Dialog: Check for empty array in addition to empty object when checking if ↵Scott González2013-02-011-0/+1
| | | | there are buttons. Fixes #9043 - Dialog: Buttonpane shown with no buttons when modifying native prototypes.
* Updating to jQuery 1.9.0Kris Borchers2013-01-176-6/+6
|
* Dialog: Use button widget for close button (was already listed as dependency)Jörn Zaefferer2012-11-266-3/+9
|
* Upgrade jQuery to 1.8.3.Scott González2012-11-146-6/+6
|
* Removed bgiframe.Scott González2012-10-266-6/+0
|
* Dialog: Use _show and _hide consistently. Fixes #4892 - Dialog: zIndex error ↵Jörn Zaefferer2012-10-241-5/+8
| | | | with animated modal dialog.
* Upgrade jQuery to 1.8.2.Scott González2012-09-206-6/+6
|
* Demos: Cleanup.Scott González2012-09-107-133/+25
|
* Upgrade jQuery to 1.8.0.Scott González2012-08-136-6/+6
|
* Effects: Renamed all files.Scott González2012-06-152-4/+4
|
* Upgrade jQuery to 1.7.2.Scott González2012-03-226-6/+6
|
* Upgrade jQuery to 1.7.1.Scott González2011-11-226-6/+6
|
* Upgrade jQuery to 1.7.Scott González2011-11-096-6/+6
|
* Upgraded jQuery to 1.6.4.Scott González2011-10-186-6/+6
|
* Upgrade jQuery to 1.6.2.Scott González2011-07-256-6/+6
|
* Switched to latest stable jQuery 1.5.1Richard Worth2011-03-026-6/+6
|
* Upgraded jQuery to 1.4.4.Scott González2010-11-126-6/+6
|
* Upgraded jQuery to 1.4.3.Scott González2010-10-216-6/+6
|
* External: Updated bgiframe to 2.1.2. Fixes #6190 - Dialog demos don't work ↵Scott González2010-10-196-6/+6
| | | | in IE9 because of bgiframe.
* Dialog demos: safer selectors for the demo system workaround.Scott González2010-09-274-4/+4
|
* Dialog demo: syntax error, errant single quote from last style guide update. ↵Richard D. Worth2010-09-191-1/+1
| | | | Fixed #6074 - Dialog: demo of modal form broken
* Dialog demos: Coding standards.Scott González2010-09-107-168/+157
|
* Dialog: Fixed reference to bgiframe.Scott González2010-07-081-1/+1
|
* Dialog demo: Remove reference to obsolete overlay option.Scott González2010-06-141-1/+1
|
* html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercaseRichard Worth2010-03-127-7/+14
|
* Fixed #5182 - Update to jQuery 1.4.2Richard Worth2010-02-166-6/+6
|
* fixed #5163 - themes: css files need to be renamed to be consistent with js ↵Richard Worth2010-02-166-6/+6
| | | | file renames in 1.8a1
* switched to jQuery 1.4.1Richard Worth2010-01-276-6/+6
|
* switched to jQuery 1.4Richard Worth2010-01-206-6/+6
|
* Dialog, position: Removed bgiframe option; always use bgiframe when available.Scott González2010-01-196-6/+0
| | | | Fixes #5071 - Remove bgiframe option from all plugins.
* Dialog: Tweaking demo so buttons fit on one line.Scott González2010-01-151-6/+1
|
* Replaced stackfix with bgiframe.Scott González2010-01-146-12/+12
| | | | Fixes #5061 - Remove stackfix.
* Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵Scott González2010-01-075-27/+11
| | | | menu; including menu static tests).
* Added jquery.ui.mouse.js to non-interaction demos/tests that use interaction ↵Scott González2009-12-236-0/+6
| | | | plugins.
* extracting widget factory into jquery.ui.widget.jsJörn Zaefferer2009-12-166-0/+6
|
* renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵Richard Worth2009-09-176-40/+40
| | | | jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935
* Dialog demo: Use the ui-state-highlight class instead of a hard-coded color. ↵Scott González2009-08-291-6/+11
| | | | Fixes #4808 - Modal dialog form validation demo - error message uses hard-coded color.
* Dialog: Support hash, array, string for cursorAt option. Use position ↵Scott González2009-08-036-0/+6
| | | | plugin. Partial fix for #2525 - Standardised way to pass coordinates to plugins.
* Dialog: Include stackfix in default demo.Scott González2009-07-281-0/+1
|
* workaround for #4375Jörn Zaefferer2009-07-114-9/+20
|
* replacing bgiframe with ui.stackfix, updated dialog and its demos accordinglyJörn Zaefferer2009-07-096-12/+11
|
* Dialog Modal Form Demo: Added ui-state-focus class on focus (fixes #4568 - ↵Scott González2009-05-311-7/+14
| | | | Demo: Dialog modal form demo doesn't react to focus on button).
* replaced svn:externals with versioned files within trunk/externalsJörn Zaefferer2009-05-276-6/+6
|
* Dialog demo: Removed misplaced !important.Scott González2009-04-181-3/+3
|
* Added demo for animated dialog.Scott González2009-04-022-0/+54
|
* Switched to jQuery 1.3.2Richard Worth2009-02-205-5/+5
|
* tossed some framework classes on it, adjusted style. Set autoOpen to false - ↵Scott Jehl2009-01-291-22/+54
| | | | otherwise the purpose of the dialog is lost on the user
* demos dialog: Replaced old modal form with new functioning one. Thanks Scott ↵Richard Worth2009-01-292-162/+84
| | | | G and Cloudream.