Class CeL.code.debug
code.debug 的 functions
Defined in: debug.origin.js.
Constructor Attributes | Constructor Name and Description |
---|---|
null module constructor
|
Method Attributes | Method Name and Description |
---|---|
<static> |
CeL.code.debug.JSalert(message, wait, title, type)
顯示訊息視窗
alert() 改用VBScript的MsgBox可產生更多效果,但NS不支援的樣子。 |
Method Detail
<static>
{Integer}
CeL.code.debug.JSalert(message, wait, title, type)
顯示訊息視窗
alert() 改用VBScript的MsgBox可產生更多效果,但NS不支援的樣子。
alert() 改用VBScript的MsgBox可產生更多效果,但NS不支援的樣子。
- Parameters:
- message
- message or object
- {Number} wait Optional
- the maximum length of time (in seconds) you want the pop-up message box displayed.
- {String} title Optional
- title of the pop-up message box.
- {Number} type Optional
- type of buttons and icons you want in the pop-up message box.
- Returns:
- {Integer} number of the button the user clicked to dismiss the message box.
- Requires:
- CeL.get_script_name
- See:
- Popup Method