new ov.UI.Alertify()
            common/PilotGaea-UI.js, line 667
        
        
    oview UI Alertify類命名空間
Members
- 
    
staticov.UI.Alertify.MaxMessageCount
 - 
    
    
訊息UI最大數量
 
Methods
- 
    
staticov.UI.Alertify.CloseAlertify(type)
common/PilotGaea-UI.js, line 717 - 
    
    
    
關閉不自動消失的指定訊息UI
Name Type Description typeNumber optional 訊息種類,0:ov.UI.Alertify.Info, 1=ov.UI.Alertify.Confirm,若沒給則關閉所有不自動消失的指定訊息UI。
 - 
    
staticov.UI.Alertify.Confirm(text, callback, duration)
common/PilotGaea-UI.js, line 708 - 
    
    
    
確認訊息UI
Name Type Default Description textString 內文。
callbackfunction 回呼true/false對應使用者點擊是/否紐。
durationNumber -1 optional 停留時間(毫秒),若為-1則不自動消失。
 - 
    
staticov.UI.Alertify.Error(text, duration)
common/PilotGaea-UI.js, line 688 - 
    
    
    
警告訊息UI(紅)
Name Type Default Description textString 內文。
durationNumber 5000 optional 停留時間(毫秒),若為-1則不自動消失。
 - 
    
staticov.UI.Alertify.Info(text, duration)
common/PilotGaea-UI.js, line 697 - 
    
    
    
提示訊息UI(綠)
Name Type Default Description textString 內文。
durationNumber -1 optional 停留時間(毫秒),若為-1則不自動消失。
 - 
    
staticov.UI.Alertify.Notify(text, duration)
common/PilotGaea-UI.js, line 679 - 
    
    
    
一般訊息UI(藍)
Name Type Default Description textString 內文。
durationNumber 2500 optional 停留時間(毫秒),若為-1則不自動消失。