Classes
Members
(private, inner, constant) callForEachElem
Call a function for each elements in an array
- Source:
(inner, constant) extra
Create an Instance of Extra
- Source:
Example
// with selector string
// return ExtraInstance
extra('.menu .link')
(private, inner, constant) extraElementDescriptor :Object.<string, function()>
created to later be assigned through Object.setProperties
- Deprecated:
- Yes
- Source:
Type:
-
Object.<string, function()>
Type Definitions
ExtraElementsArray
array with extra props set
Properties:
Name | Type | Description |
---|---|---|
appendChildren |
function
|
|
wrapNode |
function
|
|
addListeners |
function
|
|
removeListeners |
function
|
|
setAttributes |
function
|
|
removeAttributes |
function
|
|
setClasses |
function
|
|
removeClasses |
function
|
|
setStyles |
function
|
|
removeStyles |
function
|
|
setProperties |
function
|
|
removeProperties |
function
|
|
setDataAttributes |
function
|
|
removeDataAttributes |
function
|
- Deprecated:
- Yes
- Source:
Type:
-
Array