MindFusion.UI for WebForms Programmer's Guide

DateTimePicker.Dom Field

See Also
 



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

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

 Syntax

JavaScript  Copy Code

var Dom

 Remarks

The Dom object contains the following members: element (div) - the main DOM element of the control;datebutton (a) - the popup calendar button;timebutton (a) - the popup timetable button;textbox (input) - the input textbox;display (span) - the value display.

 See Also