Wijmo UI for the Web
count メソッド
count メソッドは、パネルの数を取得します。
シンタックス
Javascript (Usage) 
$(function () {
    var returnsValue; //タイプ: number
    returnsValue = $(".selector").wijwizard("count");
});
Javascript (Specification) 
function count() : number;

戻り値の型

パネルの長さ。

関連トピック

参照

wijwizard タイプ
wijwizard jQuery ウィジェット

 

 


Copyright © GrapeCity inc. All rights reserved.