... | ... | @@ -210,6 +210,12 @@ Attributes |
|
|
- name: the attribute name
|
|
|
- value: the attribute value to set
|
|
|
|
|
|
* setNodeAttrs
|
|
|
|
|
|
Sets the given HTML attributes of the node. An attribute is removed if its value is *null*.
|
|
|
|
|
|
- Requires an arbitrary number of name-value pairs
|
|
|
|
|
|
* setDataAttr
|
|
|
|
|
|
Sets a given HTML data attribute of the node, available for reading with the dataAttr() parameter producer function.
|
... | ... | @@ -217,6 +223,12 @@ Attributes |
|
|
- name: the attribute name
|
|
|
- value: the attribute value to set
|
|
|
|
|
|
* setDataAttrs
|
|
|
|
|
|
Sets the given HTML data attributes of the node.
|
|
|
|
|
|
- Requires an arbitrary number of name-value pairs
|
|
|
|
|
|
* setStyle
|
|
|
|
|
|
Sets a given style property on the node.
|
... | ... | |