Search
DataType.createEditor Method
See Also
 






Creates an editor for specified value.

Namespace: MindFusion.DataViews
File: DataType.js

 Syntax

JavaScript  Copy Code

function createEditor (element, displayValue, value, view)

 Parameters

element

DOMElement. The parent DOM element where editor should be added.

displayValue

String. The label to display for value.

value

Object. The value to edit.

view

Object. The parent control.

 Return Value

DOMElement. The DOM element used to edit the value.

 See Also