A base class for UI controls.
Namespace: MindFusion.Common
File: Control.js
SyntaxJavaScript
Copy Code
|
|---|
// class |
ExampleThe following code creates a new instance of the ListView control, which inherits the Control class. Note that the constructor uses a DOM element with an id listView:
JavaScript
Copy Code
|
|---|
var ui = MindFusion.UI; var listView; document.addEventListener("DOMContentLoaded", function () |
Inheritance HierarchyMindFusion.Common.Control
See Also