Wijmo UI for the Web
enableOpenFile オプション

デフォルト値: true

新しいウィンドウでファイルを開くことを許可するかどうかを決定する値。

シンタックス
Javascript (Usage) 
$(function () {
    
    //値を取得する
    var returnsValue; //タイプ: boolean
    returnsValue = $(".selector").wijfileexplorer("option", "enableOpenFile");
    
    //値を設定します
    var newValue; //タイプ: boolean
    $(".selector").wijfileexplorer("option", "enableOpenFile", newValue);
        
});
Javascript (Specification) 
var enableOpenFile : boolean;

関連トピック

参照

options タイプ
wijfileexplorer メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.