modalState
書式
app.modalState
説明
ダイアログ/アラートダイアログが表示されているかどうかを示します。表示されている場合はtrue、そうでない場合はfalseになります。
var flag=app.modalState; alert(flag);
目次に戻る