]> source.dussan.org Git - jquery-ui.git/commit
Dialog: Add option to put the dialog title in a header element
authorRalf Koller <1665422+rpkoller@users.noreply.github.com>
Mon, 9 Sep 2024 15:55:58 +0000 (17:55 +0200)
committerGitHub <noreply@github.com>
Mon, 9 Sep 2024 15:55:58 +0000 (17:55 +0200)
commitd564731f20a5eee6c6e373344a2bd6fc9d047e63
tree9b68f3c3f2bd0ec4f41d64bd5b15c5e63973b257
parentfd1b8a03b22411e68e703426fb85a2566318623d
Dialog: Add option to put the dialog title in a header element

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
tests/unit/dialog/common-deprecated.js
tests/unit/dialog/common.js
tests/unit/dialog/core.js
ui/widgets/dialog.js