BcJsDomService
Description
The `BcJsDomService` provides JavaScript interop methods to interact with the DOM, manipulate elements, and retrieve style and attribute values.
Method & Function Descriptions
Retrieves the DOM rectangle (size and position) of an element by its ID.
Attempts to retrieve the DOM rectangle multiple times if the element is not available immediately.
Retrieves the DOM rectangle of the first child of an element.
Checks whether an element with the given ID exists in the DOM.
Retrieves the value of a specified attribute from an element.
Retrieves the height of an element by its ID.
Sets the height of an element.
Sets the inner HTML of an element by its ID.
Gets the inner HTML of an element by its ID.
Retrieves the computed style value of a given CSS property from an element.
Executes a custom JavaScript script in the browser.
Sets focus on an element.
Opens a new browser popup window with the given URL and dimensions.