aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.dialog.js
Commit message (Expand)AuthorAgeFilesLines
* Dialog: Fixed #3648: Use new CSS framework.Scott González2008-12-191-63/+56
* Dialog: Partial fix for #3648: Added resizable grip.Scott González2008-12-191-1/+2
* Dialog: Partial fix for #3648: Setting proper class on hover of close button.Scott González2008-12-181-2/+2
* Fixed #3655 - $.keyCode should be $.ui.keyCodeRichard Worth2008-12-141-3/+3
* Dialog: Fixed #3664: Dialog fails to init on removed elements.Scott González2008-12-131-1/+1
* corrected some invalid html <div/> to <div></div>Richard Worth2008-12-131-5/+5
* Dialog: Remove ui-widget-content class on destroy.Scott González2008-12-111-1/+1
* Dialog: Fixed variable re-declaration.Scott González2008-12-111-18/+16
* Dialog: Partial fix for #3648: Use new CSS framework.Scott González2008-12-111-5/+32
* Dialog: Fixed #3638: Added closeText option (default 'close').Scott González2008-12-111-1/+5
* Dialog: Fixed #3637: Added role of button to close link.Scott González2008-12-061-1/+9
* dialog: formatting changesRichard Worth2008-11-211-0/+3
* New file: AUTHORS.txt instead of having a single contributor's name in each f...Richard Worth2008-11-211-1/+1
* Source formatting: Removing trailing spacesEduardo Lundgren2008-11-201-1/+1
* Removed all trailing whitespace from .js and .html filesRichard Worth2008-11-181-63/+63
* fixed #3578 - ALL CODE: e, ui should be changed to event, uiRichard Worth2008-11-141-8/+8
* Dialog, Progressbar: Combined ARIA attribute settings into one .attr() call.Scott González2008-11-071-2/+4
* Tweaking attr to normalize for FF2 ARIA implementation. Removed ariaRole and ...David Bolter2008-11-051-2/+2
* core: restructured helper functions, made enableSelection/disableSelection jQ...Paul Bakaus2008-11-031-3/+1
* Fixed #3193 - Cannot select scrollbars inside dialog in Opera 9.51Richard Worth2008-11-011-20/+27
* adding version property to all ui componentsJörn Zaefferer2008-10-051-0/+1
* Dialog: Made moveToTop public.Scott González2008-09-291-22/+22
* Dialog: Removed functionality for copying classes from the main element to th...Scott González2008-09-281-4/+0
* Added ariaRole and ariaState to ui.core with tests.David Bolter2008-09-221-0/+2
* Dialog: Added an id to the title span (needed for ARIA support).Scott González2008-09-191-4/+15
* Reverted r695.Scott González2008-09-191-62/+62
* Remove Trailing SpacesEduardo Lundgren2008-09-191-62/+62
* Dialog: Fixed #3087: Added beforeclose callback for dialogs (can prevent clos...Scott González2008-09-191-0/+4
* Dialog: Reordered functions.Scott González2008-09-141-164/+164
* Dialog: Fixed #3389: Non-draggable dialogs shouldn't instantiate draggables.Scott González2008-09-141-21/+26
* Dialog: Fixed #3220: Non-resizable dialogs shouldn't instantiate resizables.Scott González2008-09-141-29/+45
* Dialog: Partial fix for #3327: When opening a dialog, give focus to the first...Scott González2008-09-111-0/+1
* Dialog: Fixed #3123: Prevent tabbing out of modal dialogs.Scott González2008-09-061-1/+24
* Fixed #3284 - Put version numbers inside of individual files.Richard Worth2008-09-041-1/+1
* Dialog: Fixed #3259: Remove title attribute from dialog elements on init.Scott González2008-09-031-1/+5
* Dialog: Fixed #3253: Don't allow closing modal dialogs on escape if closeOnEs...Scott González2008-08-271-4/+4
* Use type button to avoid undesired submitsEduardo Lundgren2008-08-241-1/+1
* dialog: $.keyCodeChi Cheng2008-08-241-4/+2
* Dialog: Fixed #3198: Prevent exposure of internal methods.Scott González2008-08-161-21/+21
* Dialog: Added isOpen method.Scott González2008-08-121-4/+10
* Dialog: Removed fakeEvent method (no longer needed with the trigger method).Scott González2008-08-111-7/+0
* Dialog: Fixed #3076: Proper sizing of overlays in Opera 9.51.Scott González2008-07-141-1/+17
* Dialog: If options.title is empty on init, set it to the title attribute of t...Scott González2008-07-121-1/+3
* Dialog: Fixed #3013: Force dialog titlebars to have a full line height when n...Scott González2008-07-121-1/+1
* Dialog: Fixed #3013: Force dialog titlebars to have a full line height when n...Scott González2008-07-111-1/+1
* Dialog: Fixed #3086: Fixed problem with auto margins in IE.Scott González2008-07-111-5/+5
* Dialog: Use new trigger method from the widget factory.Scott González2008-07-101-21/+5
* Dialog: fixed triggered events.Scott González2008-07-101-4/+16
* Dialog: cleanup.Scott González2008-07-091-15/+27
* dialog: added "focus" callback, whenever a dialog is focussed (moveToTop), im...Paul Bakaus2008-07-041-3/+5