Draws the control.
Namespace: MindFusion.Common
File: Control.js
SyntaxJavaScript
Copy Code
|
|---|
function draw () |
HTMLElement. The control DOM element.
ExampleThe 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. |
See Also