Renders a row element.
Namespace: MindFusion.Scheduling
File: BaseForm.js
SyntaxJavaScript
Copy Code
|
|---|
function row () |
ExampleThe following code uses the drawContent method to get a row element for this form. Then it appends the row to the content of the custom form. The custom form is represented by a class that extends BaseForm:
JavaScript
Copy Code
|
|---|
drawContent() { |
See Also