Wijmo UI for the Web
itemRendering Event
The jQuery.Event object.
The data with this event.
The itemRendering event is fired before a list item is rendered.
Syntax
Javascript (Usage) 
$(function () {
    // Set itemRendering event handler function
    $(".selector").wijlist({
        itemRendering : function (e, args) {
     
        }
    });
});
Javascript (Specification) 
itemRendering = function ( 
   e : Object,
   args : IItemEventArgs
) { };

Parameters

e
The jQuery.Event object.
args
The data with this event.

See Also

Reference

options type
wijlist jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.