Workflow TextArea field
Print a text that can contain HTML tags.
Attribute | Description | Required |
---|---|---|
label |
The text shown as a label in user interface. |
true |
name |
Unique field identifier Two fields can't have the same name in the same task definion. Name must be unique. |
true |
value |
Default value for the component. |
false |
width |
The width of the HTML element. |
false |
height |
The height of the HTML element. |
false |
data |
When present, is an identifier used to load data. |
false |
readonly | Set field, it will not be able to be modified in user interface. By default the value is "false". |
false |
Child elements:
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE workflow-forms PUBLIC "-//OpenKM//DTD Workflow Forms 2.4//EN"
"http://www.openkm.com/dtd/workflow-forms-2.4.dtd">
<workflow-forms>
<workflow-form task="textarea test">
<textarea label="textarea label" name="textarea" width="200px" />
</workflow-form>
</workflow-forms>