Wijmo UI for the Web
refresh メソッド
- Optional. The path to refresh. The current folder is used if the path is not set.
refreshメソッドは、wijfileexplorer内の内容を更新します。
シンタックス
Javascript (Usage) 
$(function () {
    var returnsValue; //タイプ: any
    // パラメータ
    var path; //タイプ: string
    
    returnsValue = $(".selector").wijfileexplorer("refresh", path);
});
Javascript (Specification) 
function refresh( 
   path : string
) : any;

パラメータ

path
- Optional. The path to refresh. The current folder is used if the path is not set.

関連トピック

参照

wijfileexplorer タイプ
wijfileexplorer メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.