Wijmo UI for the Web
painting イベント
jQuery.Event オブジェクト。
wijtreemapの要素。
このイベントは、ツリーマップが描画される前に発生します。
シンタックス
Javascript (Usage) 
$(function () {
    %JQueryMemberName%イベントハンドラ関数を設定する 
    $(".selector").wijtreemap({ 
        painting : function (e, args) { 
     
        } 
    });
});
Javascript (Specification) 
painting = function ( 
   e : Object,
   args : JQuery
) { };

パラメータ

e
jQuery.Event オブジェクト。
args
wijtreemapの要素。

関連トピック

参照

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

 

 


Copyright © GrapeCity inc. All rights reserved.