getContainer();
The getContainer method returns DOM element of container, in which object is located.
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 the container, in which object is located:
// Get DOM element of the container, in which object is located domElement = tabSheetObject.getContainer();
After executing the example the browser console displays DOM element of the container, in which the tabSheetObject object is located:
<div id="tabSheet1" class="PPUiTabSheetContainer PPC" tabindex="null" enabled="enabled" style="height: 350px; width: 650px;">…</div>
See also: