An object, which keeps references to various DOM elements, part of the control's structure
Namespace: MindFusion.UI.WebForms
Package: Window.js
JavaScript
![]() |
---|
var Dom |
The Dom object contains the following members:
- element (div) - the main DOM element of the control;
- root (table) - the main content table;
- header (table) - the header table;
- title (span) - the title text;
- navbuttons (ul) - the interaction buttons;
- icon (td) - the icon container;
- content (td) - the content container;
- iframe (iframe) - the inner iframe;
- template (div) - the template container;
- status (tr) - the status text container;
- statustext (span) - the status text;
- resizeHandles - the resize handles.