getObject();
The getObject method returns DOM element of object.
The method returns value of the HTMLDivElement type.
To execute the example, the HTML page must contain the TabSheet component named tabSheet (see Example of Creating the TabSheet Component), and the TabSheetObject component (see the TabSheetObject Constructor page). Get DOM element of object:
// Get DOM element of object domElement = tabSheetObject.getObject();
After executing the example the browser console displays DOM element of the tabSheetObject object:
<div class="PPTSObjFullPart" style="left: 0px; top: 0px;">…</div>
See also: