Functiondojox.collections.ArrayList.indexOf

dojo.require("dojox.collections.ArrayList");
defined in dojox/collections/ArrayList.js

Return the numeric index of the passed object; will return -1 if not found.

Usage

function (/*Object*/ obj) (view source)
parametertypedescription
objObject