aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.dialog.js
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Scott González2008-07-121-1/+3
| | | | the dialog element.
* Dialog: Fixed #3013: Force dialog titlebars to have a full line height when ↵Scott González2008-07-121-1/+1
| | | | no title is provided (after initialization).
* Dialog: Fixed #3013: Force dialog titlebars to have a full line height when ↵Scott González2008-07-111-1/+1
| | | | no title is provided.
* 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), ↵Paul Bakaus2008-07-041-3/+5
| | | | implements #2728, fixed a couple jslint warnings
* fixed #3061 - dialog buttons not visible without a theme fileRichard Worth2008-07-031-1/+1
|
* Fixed #3059 - cannot select text in dialog contentRichard Worth2008-07-031-1/+7
|
* Dialog - Update resizable dialgos to use helper instead of proxyEduardo Lundgren2008-06-301-1/+1
|
* fixed #3012 - Dialog causing iframe load event to fire in firefox 2Richard Worth2008-06-281-1/+1
|
* Dialog: Fixed #3032: Calling open on an already open dialog no longer causes ↵Scott González2008-06-261-0/+7
| | | | problems.
* Dialog: Fixed stacking problem with modal dialogs.Scott González2008-06-261-1/+2
|
* Dialog: Restructured button creation and fixed the problem with not being ↵Scott González2008-06-261-14/+30
| | | | able to change the buttons after instantiation.
* fixed #3025 - dialog should have an autoResize option; default value: trueRichard Worth2008-06-251-2/+16
|
* Dialog - fixed #3017Eduardo Lundgren2008-06-181-6/+12
|
* dialog - added dragHelperEduardo Lundgren2008-06-171-0/+1
|
* dialog - added resizeHelperEduardo Lundgren2008-06-171-0/+1
|
* Dropped blank line at end of header comments.Scott González2008-06-111-1/+0
|
* Partial fix for #2538 - still need to add support for optionsRichard Worth2008-06-091-2/+2
|
* Removed old rev ids from jQuery svnRichard Worth2008-06-091-1/+0
|
* dialog - fixed autoOpen false in Safari for disconnected element - ↵Richard Worth2008-06-091-1/+1
| | | | .appendTo(body) before .hide()
* dialog - fixed context of button callbacks should be DOMElement, not jQuery ↵Richard Worth2008-06-081-1/+1
| | | | object
* renamed source -> uiRichard Worth2008-06-071-0/+445