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

パラメータ

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

関連トピック

参照

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

 

 


Copyright © GrapeCity inc. All rights reserved.