wijmo.fileexplorer.wijfileexplorer 名前空間 > options タイプ : shortcuts オプション |
ショートカットを決定するオブジェクト。
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; |