aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/dialog/common-deprecated.js
Commit message (Collapse)AuthorAgeFilesLines
* Dialog: Add option to put the dialog title in a header elementRalf Koller2024-09-091-0/+1
| | | | | | | | | Implement a new option: `uiDialogTitleHeadingLevel`, allowing to change the `span` wrapping the dialog title into a heading element (`h1`-`h6`). Value `0` represents the `span`, values 1-6 - a heading at the specified level. Fixes gh-2271 Closes gh-2275
* Dialog: Style updatesAlexander Schmitz2015-09-111-1/+1
| | | | Ref #14246
* Dialog: Style updatesAlexander Schmitz2015-08-211-1/+1
| | | | | Ref #14246 Ref gh-1588
* Dialog: Move dialog into widgets folderAlexander Schmitz2015-08-081-1/+1
| | | | Ref #13885
* Tests: Rename filesScott González2015-04-091-0/+54
Ref gh-1528