Control.draw override.
Namespace: MindFusion.Common.UI
File: ListView.js
JavaScript Copy Code |
---|
function draw () |
The following code creates a new ListView and adds it to the DOM tree under an element called "list":
JavaScript Copy Code |
---|
function loadListWindow(sender) var listView = new ui.ListView(); |