Search
BaseForm.content Property
See Also
 






Returns a reference to the DOM element of the form content.

Namespace: MindFusion.Scheduling
Assembly: BaseForm.js

 Syntax

JavaScript  Copy Code

get content() {}
set content(value) {}

 Property Value

HTMLDivElement

The content element.

 See Also