| wijmo.fileexplorer.wijfileexplorer 名前空間 > options タイプ : searchPatterns オプション |
表示するファイルのパターン(通常はファイル拡張子)を決定する文字列配列。
| Javascript (Usage) | |
|---|---|
$(function () { //値を取得する var returnsValue; //タイプ: any returnsValue = $(".selector").wijfileexplorer("option", "searchPatterns"); //値を設定します var newValue; //タイプ: any $(".selector").wijfileexplorer("option", "searchPatterns", newValue); }); | |
| Javascript (Specification) | |
|---|---|
| |