Gets an object containing references to calendar's header, content and scrolling content DOM objects.
Namespace: MindFusion.Scheduling
Assembly: Calendar.js
JavaScript
![]() |
---|
function getDom () |
Type: Object
An object containing references.
The returned object has the following structure: {content: Object, header: Object, scroller: Object}. The content property holds a reference to the Dom element representing the view's content. The header property holds a reference to the Dom element representing the view's main header. The scroller property holds a reference to the Dom element representing the view's scrolling content.