Returns the value of the attribute.
nullvar value = obj.getAttribute(name);
name (string) - attribute name
attribute value
var value = obj.getAttribute("value");
This method returns only attribute values set with AW setAttribute() method.
setAttribute() method