Method XbpHTMLWindow():childsFromSelector() Foundation
Retrieves the HTML elements matching a specified CSS selector.
Syntax
:childsFromSelector( <cCSSSelector> ) --> aElems
Parameters
<cCSSSelector>
A character string with the name of the element
Return
An array of XbpHTMLElement() objects. Each object in the array represents an HTML element which matches the specified CSS selector. If no elements are found, return is an empty array ({}).
Description
TBD
Feedback
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.