Wijmo UI for the Web
activate メソッド
シンタックス
Javascript (Usage) 
$(function () {
    var returnsValue; //タイプ: bool
    // パラメータ
    var index; //タイプ: any
    
    returnsValue = $(".selector").wijaccordion("activate", index);
});
Javascript (Specification) 
function activate( 
   index : any
) : bool;

パラメータ

index

関連トピック

参照

wijaccordion タイプ
wijaccordion メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.