Wijmo UI for the Web
itemRendered イベント
jQuery.Event オブジェクト。
このイベントに関連付けられたデータ。
itemRendered イベントは、リスト項目がレンダリングされた後に発生します。
シンタックス
Javascript (Usage) 
$(function () {
    %JQueryMemberName%イベントハンドラ関数を設定する 
    $(".selector").wijlist({ 
        itemRendered : function (e, args) { 
     
        } 
    });
});
Javascript (Specification) 
itemRendered = function ( 
   e : Object,
   args : IItemEventArgs
) { };

パラメータ

e
jQuery.Event オブジェクト。
args
このイベントに関連付けられたデータ。

関連トピック

参照

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

 

 


Copyright © GrapeCity inc. All rights reserved.