HBCMS更多的中文手册参考:

item Method

DHTML文档教程

Retrieves an object from the behaviorurns collection.

dhtml语法

oitem = behaviorurns.item(iindex)

parameters

iIndex Required. Integer variable that specifies the element or collection to retrieve. If this parameter is a number, the method returns the element in the collection at the given position, where the first element has value 0, the second has 1, and so on. If this parameter is a string, the method returns a collection of elements, where the value of the name or id property for each element is equal to the string.

return value

returns an object or a collection of element objects if successful, or null otherwise.

是否符合公共标准

There is no public standard that applies to this method.

Applies To

behaviorUrns