Returns an element object with given id.
myscada.getElementById('id');
Returns an SVG Document.
myscada.getSVG();
For elements such as Table, Chart, TextBox, ListBox, ComboBox etc. will return underlying object.
myscada.getObject('id');
Returns an element object with given id.
myscada.getElementById('id');
Returns an SVG Document.
myscada.getSVG();
For elements such as Table, Chart, TextBox, ListBox, ComboBox etc. will return underlying object.
myscada.getObject('id');