getHtmlElement
Gets the html element for this Gebra Suite control.
Example Usages
let myField = app.getHtmlElement("myFieldId");
myField.disabled = true; // just for demonstration. Please use app.setFieldEnable("myFieldId", false) insteadReturn Values
Last updated