Draws the control.
Namespace: MindFusion.Common
File: Control.js
JavaScript Copy Code |
---|
function draw () |
Type: HTMLElement
HTMLElement. The control DOM element.
The following code creates a new ListView control and calls its draw method to render it on the web page.
JavaScript Copy Code |
---|
// Create a new ListView control. // Add event handlers // Draw the control and append it to the page DOM. |