CPAINT :: Cross-Platform Asynchronous INterface Toolkit

Please note: CPAINT nor this website is under active development.

Frontend: cpaint_result_object.data

cpaint_result_object
Method Summary

object find_item_by_type()
void set_attribute()
mixed get_attribute()

cpaint_result_object
Property Summary

mixed data

mixed data

Contains the text content of a response node.

Class

cpaint_result_object

API Tags

ยป Access: public

Description

Textual data of a response node that you have assigned in the backend via cpaint_node.set_data() can not be retrieved by get_attribute().
The property data is reserved for that.

Note that this is a property, not a method.