An object, which keeps references to various DOM elements, part of the control's structure
Namespace: MindFusion.UI.WebForms
Package: TabControl.js
JavaScript
![]() |
---|
var Dom |
The Dom object contains the following members:
- element (div) - the main element of the control;
- contentTable (table) - the outer table;
- tabstrip (ul) - the tab headers container;
- content (div) - the tabs container;
- btnPrev (span) - the left/top scrolling button;
- btnNext (span) - the right/bottom scrolling button;