An object, which keeps references to various DOM elements, part of the control's structure
Namespace: MindFusion.UI.WebForms
Package: NumericUpDown.js
JavaScript
![]() |
---|
var Dom |
The Dom object contains the following members:
- element (div) - the main DOM element of the control;
- upbutton (a) - the increment button;
- downbutton (a) - the decrement button;
- textbox (input) - the input textbox;
- display (span) - the value display;
- label (label) - the control's label.