| wijmo.fileexplorer.wijfileexplorer 名前空間 > options タイプ : currentFolder オプション |
現在のフォルダーのURLを示す値。
| Javascript (Usage) | |
|---|---|
$(function () { //値を取得する var returnsValue; //タイプ: string returnsValue = $(".selector").wijfileexplorer("option", "currentFolder"); //値を設定します var newValue; //タイプ: string $(".selector").wijfileexplorer("option", "currentFolder", newValue); }); | |
| Javascript (Specification) | |
|---|---|
| |