wijmo.list Namespace > wijlist type : findIndexByLabel Method |
Javascript (Usage) | |
---|---|
$(function () { var returnsValue; // Type: number // Parameters var label; // Type: string returnsValue = $(".selector").wijlist("findIndexByLabel", label); }); |
Javascript (Specification) | |
---|---|
function findIndexByLabel( label : string ) : number; |