EDITBOX

[[EDITBOX:id|columns|rows|contentvar]]

Creates a scrollable html text area for multi line inputs with id set to ‘comments’and class set to TerraDctlEditBox using the data stored inside contentvar to prepopulate the editable text area .

 

Example:

[[READ_FILE:../data.txt|content]]
[[FORM:#this]]
[[EDITBOX:comments|32|3|[[=content]]]]
[[SUBMIT:Save]]
[[END_OF_FORM]]

 

Output will fit the width of its parent element:

editbox

 

See also: EDITBOX_TYPE, EDITBOX_WITH_BUTTONS.

 

Leave a Reply