Wijmo UI for the Web
shortcuts オプション

型: wijmo.fileexplorer.IShortcuts

ショートカットを決定するオブジェクト。

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

関連トピック

参照

options タイプ
wijfileexplorer メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.