//Assume a valid column var col; col.editControl = new EditControl(JST_CONTROL_SELECT); col.attributes = "multiple rows='5'";
| 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 |
| attributes | The attributes property |
| multiLine | The multiLine property |
| name | The name property |
| type | The type property |
|
attributes
The attributes property |
|
multiLine
The multiLine property |
|
name
The name property |
|
type
The type property |