Wijmo UI for the Web
searchPatterns オプション

表示するファイルのパターン(通常はファイル拡張子)を決定する文字列配列。

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

関連トピック

参照

options タイプ
wijfileexplorer メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.