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





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

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

 Syntax

JavaScript  Copy Code

var Dom

 Remarks

The Dom object contains the following members:
- element (div) - the main DOM element of the control;
- textbox (input) - the input textbox;
- button (a) - the dropdown button;
- display (span) - the value display;
- popup (div) - the main items container;
- header (div) - the items list header;
- content (div) - the items list container;
- footer (div) - the items list footer;
- items (li) - the items elements collection;
- label (label) - the control's label.

 See Also

DropDown Members
DropDown Class
MindFusion.UI.WebForms Namespace