Wijmo UI for the Web
rolledUp イベント
jQuery.Event オブジェクト。
ロールアップされた項目のデータ。
このイベントは、ロールアップの後に発生します。
シンタックス
Javascript (Usage) 
$(function () {
    %JQueryMemberName%イベントハンドラ関数を設定する 
    $(".selector").wijtreemap({ 
        rolledUp : function (e, data) { 
     
        } 
    });
});
Javascript (Specification) 
rolledUp = function ( 
   e : Object,
   data : Object
) { };

パラメータ

e
jQuery.Event オブジェクト。
data
ロールアップされた項目のデータ。

関連トピック

参照

options タイプ
wijtreemap jQuery ウィジェット

 

 


Copyright © GrapeCity inc. All rights reserved.