Draws the control.
Namespace: MindFusion.DataViews
File: UIControl.js
SyntaxJavaScript
Copy Code
|
|---|
function draw () |
HTMLElement. The control DOM element.
ExampleThe following code creates a Grid programmatically and calls its draw and attach methods to add it to the tree of DOM elements of the web page:
JavaScript
Copy Code
|
|---|
// create the grid control var grid = new dv.Grid(); |
See Also