MindFusion.UI for WebForms Programmer's Guide

AccordionItem.Dom Field

See Also
 



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

Namespace: MindFusion.UI.Web
Assembly: AccordionItem.js

 Syntax

JavaScript  Copy Code

var Dom

 Remarks

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;icon (td) - the icon container;content (td) - the content container;iframe (iframe) - the inner iframe;template (div) - the template container;

 See Also