API Docs for:
Show:

ElementWrapperList Class

Defined in: latest/dom.js:660
Module: DOM
Parent Module: JSFramework

List containing multiple elements, similar to an array. Allows calling methods like setStyle and addClass, which automatically call this method on every element in the list. Immutable. Available methods include:

Constructor

ElementWrapperList

()

Defined in latest/dom.js:660

Item Index

Methods

Properties

Methods

toArray

() Array

Defined in latest/dom.js:693

Convert this list into a proper array.

Returns:

Array: An array with the same elements as this list

Properties

length

Integer

Defined in latest/dom.js:684

Number of items in this list