Lines Matching refs:dialog
1 # dialog chapter
7 The **\<dialog>** component is a custom dialog box.
25 | dragable<sup>7+</sup> | boolean | false | No | Whether the dialog box can be dragged.|
29 > The **\<dialog>** component does not support the **focusable** and **click-effect** attributes.
43 … | - | Triggered when a user touches an area outside the dialog box to cancel the dialog box.|
44 | show<sup>7+</sup> | - | Triggered when the dialog box is displayed. |
45 | close<sup>7+</sup> | - | Triggered when the dialog box is closed. |
54 | show | - | Shows a dialog box.|
55 | close | - | Close the dialog box.|
59 > Attributes and styles of a **\<dialog>** component cannot be dynamically updated.
70 <dialog id="simpledialog" dragable="true" class="dialog-main" oncancel="cancelDialog">
71 <div class="dialog-div">
73 <text class="txt" ondoubleclick="doubleclick">Simple dialog</text>
80 </dialog>
107 .dialog-main {
110 .dialog-div {