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





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

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

 Syntax

JavaScript  Copy Code

var Dom

 Remarks

The Dom object contains the following members:
- element (li) - the main element of the control;
- list (ul) - the child items container;
- table (table) - the inner table;
- image (img) - item's image;
- title (a) - the title;

 See Also

MenuItem Members
MenuItem Class
MindFusion.UI.WebForms Namespace