ASP.NET Pack Programmer's Guide
TabPage.Dom Field
See Also
 





An object, which keeps references to various DOM elements, part of the control's structure

Namespace: MindFusion.UI.WebForms
Package: TabPage.js

 Syntax

JavaScript  Copy Code

var Dom

 Remarks

The Dom object contains the following members:
- element (div) - the main element of the control;
- iframe (iframe) - the inner iframe;
- tabholder (li) - the tab header container;
- tabheader (span) - the tab header;
- title (span) - the tab title;

 See Also

TabPage Members
TabPage Class
MindFusion.UI.WebForms Namespace