wijmo.list Namespace > wijlist type : removeItem Method |
Javascript (Usage) | |
---|---|
$(function () { var returnsValue; // Type: any // Parameters var item; // Type: object returnsValue = $(".selector").wijlist("removeItem", item); }); |
Javascript (Specification) | |
---|---|
function removeItem( item : object ) : any; |