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





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

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

 Syntax

JavaScript  Copy Code

var Dom

 Remarks

The Dom object contains the following members:
- element (a) - the main DOM element of the control;
- display (input/span) - the main interaction element of the control;
- image (img) - the control's image.

 See Also

Button Members
Button Class
MindFusion.UI.WebForms Namespace