Class: Alertify

ov.UI. Alertify

new ov.UI.Alertify()

common/PilotGaea-UI.js, line 698

oview UI Alertify類命名空間

Members

staticov.UI.Alertify.MaxMessageCount

訊息UI最大數量

Methods

staticov.UI.Alertify.CloseAlertify(type)

common/PilotGaea-UI.js, line 748

關閉不自動消失的指定訊息UI

Name Type Description
type Number optional

訊息種類,0:ov.UI.Alertify.Info, 1=ov.UI.Alertify.Confirm,若沒給則關閉所有不自動消失的指定訊息UI。

staticov.UI.Alertify.Confirm(text, callback, duration)

common/PilotGaea-UI.js, line 739

確認訊息UI

Name Type Default Description
text String

內文。

callback function

回呼true/false對應使用者點擊是/否紐。

duration Number -1 optional

停留時間(毫秒),若為-1則不自動消失。

staticov.UI.Alertify.Error(text, duration)

common/PilotGaea-UI.js, line 719

警告訊息UI(紅)

Name Type Default Description
text String

內文。

duration Number 5000 optional

停留時間(毫秒),若為-1則不自動消失。

staticov.UI.Alertify.Info(text, duration)

common/PilotGaea-UI.js, line 728

提示訊息UI(綠)

Name Type Default Description
text String

內文。

duration Number -1 optional

停留時間(毫秒),若為-1則不自動消失。

staticov.UI.Alertify.Notify(text, duration)

common/PilotGaea-UI.js, line 710

一般訊息UI(藍)

Name Type Default Description
text String

內文。

duration Number 2500 optional

停留時間(毫秒),若為-1則不自動消失。