An object, which keeps references to various DOM elements, part of the control's structure
Namespace: MindFusion.UI.WebForms
Package: DropDown.js
JavaScript
![]() |
---|
var Dom |
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.