:: Documentation >>

getAttribute

Returns the value of the attribute.

null

Syntax

var value = obj.getAttribute(name);

Parameters

name (string) - attribute name

Returns

attribute value

Example

var value = obj.getAttribute("value");

Remarks

This method returns only attribute values set with AW setAttribute() method.

See also

setAttribute() method

Comments

Documentation:

Recent changes:

2.6.4
2.6.3
2.6.2
2.6.1
2.6.1
2.6.0
2.5.0 - 2.5.6
2.5.6
2.5.0 - 2.5.5
2.5.5