Draws the control and prepares it for user interaction.
Namespace: MindFusion.Common
File: Control.js
SyntaxJavaScript
Copy Code
|
|---|
function render () |
ExampleThe following code uses the render method to show a ListView that was created programmatically:
JavaScript
Copy Code
|
|---|
var ui = MindFusion.UI; var listView; document.addEventListener("DOMContentLoaded", function () |
See Also