Method XbpHTMLElement():childFromId() Foundation
Retrieves a view element given its identifier.
:childFromId( <cId> ) --> oElem
An XbpHTMLElement() which represents the view element. If no element is found, return is NIL.
:childFromId() is a low-level method and should not be used. Use the :getNoIVar()method instead, which allows for a much more natural way of addressing HTML elements.
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.