Class XbpHTMLElement() Foundation
Class function of the XbpHTMLElement class.
Objects of the XbpHTMLElement class represent elements in the HTML markup loaded into an XbpHTMLWindow() object.
Instances of the XbpHTMLElement class are not created directly in application code. Instead, HTML elements are returned by methods such as :childFromName().
Once an HTML element reference is obtained by the application, it can be used to change properties of the corresponding view element, or it can be used to register code blocks for handling events such as mouse clicks.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.