returns the value of the specified item attribute
id | string|number | the id of an item |
name | string | the name of an attribute |
mixed | the attribute's value |
Available only in PRO Edition
The getAttribute() method allows getting attributes defined in datasource as well the attributes that are set via the setAttribute method. But attributes are not sent with Ajax request in case of using DataProcessor (userdata are sent).
Back to top