setAttribute
Set the value of the attribute with the given name.
- Documentation
- › API
- › DOM API
- › setAttribute
XopusElement.setAttribute( name : String, value : String)
: String, value : String)Arguments
- name
- String. The name of the attribute.
- value
- String. The new value of the attribute.