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





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

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

 Syntax

JavaScript  Copy Code

var Dom

 Remarks

The Dom object contains the following members:
- element (div) - the main element of the control;
- image (img) - the current image;
- thumbs (ul) - the thumbnails list;
- btnPrev (span) - previous navigation button;
- btnNext (span) - next navigation button;

 See Also

Slideshow Members
Slideshow Class
MindFusion.UI.WebForms Namespace