Draws the control.
Namespace: MindFusion.DataViews
File: UIControl.js
JavaScript Copy Code |
---|
function draw () |
HTMLElement. The control DOM element.
The 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(); |