Difference between revisions of "Workflow Forms description"
From OpenKM Documentation
(Created page with '{{Note|This is a description of the DTD located at http://www.openkm.com/dtd/workflow-forms-2.0.dtd.}}') |
m |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{Note|This is a description of the DTD located at http://www.openkm.com/dtd/workflow-forms-2. | + | {{Note|This is a description of the DTD located at http://www.openkm.com/dtd/workflow-forms-2.4.dtd.}} |
+ | |||
+ | A Workflow Form description is a combination of these elements: | ||
+ | |||
+ | * input | ||
+ | * suggestbox | ||
+ | * upload | ||
+ | * checkbox | ||
+ | * textarea | ||
+ | * select | ||
+ | * button | ||
+ | * separator | ||
+ | * text | ||
+ | |||
+ | See [[Form Element description]] for a detailed definition of every form element. These form elements have also an additional property called "readonly" with can be used to make a property not modifiable by the user. | ||
+ | |||
+ | [[Category: Workflow Guide]] |
Latest revision as of 17:55, 8 February 2013
This is a description of the DTD located at http://www.openkm.com/dtd/workflow-forms-2.4.dtd. |
A Workflow Form description is a combination of these elements:
- input
- suggestbox
- upload
- checkbox
- textarea
- select
- button
- separator
- text
See Form Element description for a detailed definition of every form element. These form elements have also an additional property called "readonly" with can be used to make a property not modifiable by the user.