HTML DOM Dialog ¶ÔÏó
Dialog ¶ÔÏó
Dialog ¶ÔÏóÊÇ HTML5 ÖеÄжÔÏó¡£
Dialog ¶ÔÏó±íʾ HTML <dialog> ÔªËØ¡£
×¢ÊÍ£ºÄ¿Ç°Ö»ÓÐ Chrome Canary ºÍ Safari 6 Ö§³Ö <dialog> ÔªËØ¡£
·ÃÎÊ Dialog ¶ÔÏó
Äú¿ÉÒÔͨ¹ýʹÓà getElementById() À´·ÃÎÊ <dialog> ÔªËØ£º
var x = document.getElementById("myDialog");
´´½¨ Dialog ¶ÔÏó
Äú¿ÉÒÔͨ¹ýʹÓà document.createElement() ·½·¨À´´´½¨ <dialog> ÔªËØ£º
var x = document.createElement("DIALOG");
Dialog ¶ÔÏóÊôÐÔ
ÊôÐÔ | ÃèÊö |
---|---|
open | ÉèÖûò·µ»Ø¶Ô»°ÊÇ·ñÊÇ´ò¿ªµÄ¡£ |
returnValue | ÉèÖûò·µ»Ø¶Ô»°µÄ·µ»ØÖµ¡£ |
Dialog ¶ÔÏó·½·¨
·½·¨ | ÃèÊö |
---|---|
close() | ¹Ø±Õ¶Ô»°¡£ |
show() | ÏÔʾ¶Ô»°¡£ |
showModal() | ÏÔʾ¶Ô»°£¬²¢Ê¹Æä³ÉΪ top-most ÐͶԻ°¡£ |
Ïà¹ØÒ³Ãæ
HTML ²Î¿¼Êֲ᣺HTML <dialog> ±êÇ©