MindFusion.UI for WebForms Programmer's Guide

RatingItem.Dom Field

See Also
 



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

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

 Syntax

JavaScript  Copy Code

var Dom

 Remarks

The Dom object contains the following members:element (li) - the main element of the control;image (img) - item's image;

 See Also