Determens if the current Gebra Suite app is started in a modal window.
Simple
if (app.isModal()) { alert("the Gebra Suite app is modal!"); }
The function returns a boolean value, either true or false.
Last updated 1 year ago
Was this helpful?