[intro]     [up]

Class EditControl


Represents a column editor.

Example
//Assume a valid column
var col;

col.editControl = new EditControl(JST_CONTROL_SELECT);
col.attributes = "multiple rows='5'";


Constructor Arguments
Name Type Default Description
type enum JST_CONTROL_TEXT The type property
attributes String An empty String The attributes property
multiLine boolean false The multiLine property
name String Not used The name property

Properties
attributes The attributes property
multiLine The multiLine property
name The name property
type The type property



Properties
attributes
The attributes property
multiLine
The multiLine property
name
The name property
type
The type property