Lines Matching refs:dialog
1 # <dialog> Development
4 …dialog>** component is custom pop-up container for showing critical information or calling for …
7 ## Creating a <dialog> Component
9 …;dialog>** component in the .hml file under **pages/index** and add **<button>** componen…
14 <dialog class="dialogClass" id="dialogId" dragable="true">
16 <text>this is a dialog</text>
18 </dialog>
59 //Touch to open the dialog box.
71 …user touches a non-dialog area to cancel the pop-up dialog box. Add the **show** and **close** met…
77 <dialog class="dialogClass" id="dialogId" oncancel="canceldialog">
79 <text>dialog</text>
82 </dialog>
154 > - Attributes and styles of a **<dialog>** component cannot be dynamically updated.
156 > - The **<dialog>** component does not support the **focusable** and **click-effect** attrib…
162 Use the **<dialog>** component to implement a schedule. When the dialog box is open, use the …
183 <dialog id="datedialog" oncancel="canceldialog" >
195 </dialog>