Skip to content

Commit

Permalink
Dialog: Document the uiDialogTitleHeadingLevel option
Browse files Browse the repository at this point in the history
  • Loading branch information
rpkoller authored Sep 9, 2024
1 parent 1c46b8e commit 61e425b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions entries/dialog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,12 @@
<desc>Specifies the title of the dialog. If the value is <code>null</code>, the <code>title</code> attribute on the dialog source element will be used.</desc>
<type name="String" />
</option>
<option name="uiDialogTitleHeadingLevel" default="0" example-value="1" added="1.14.1">
<desc>
<p>Specifies the heading level that wraps the title of the dialog. For a value between <code>1</code> to <code>6</code>, <code>h1</code> to <code>h6</code> is returned. Any other value, including the default <code>0</code>, uses a <code>span</code> instead.</p>
</desc>
<type name="Number" />
</option>
<option name="width" default="300" example-value="500">
<desc>The width of the dialog, in pixels.</desc>
<type name="Number" />
Expand Down

0 comments on commit 61e425b

Please sign in to comment.