Renders the form content.
Namespace: MindFusion.Scheduling
File: BaseForm.js
JavaScript Copy Code |
---|
function drawContent () |
Override this method in a derived class to render custom form content.
The following code uses the drawContent method to add a text area to a custom form. The custom form is represented by a class that extends BaseForm:
JavaScript Copy Code |
---|
drawContent() { // create a text-area for the item subject |