Difference between revisions of "Workflow Forms description"

From OpenKM Documentation
Jump to: navigation, search
m
 
(3 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.0.dtd.}}
+
{{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:
 
A Workflow Form description is a combination of these elements:
Line 13: Line 13:
 
* text
 
* text
  
== Input ==
+
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.
This kind of element has these required parameters:
+
 
* '''label''': The text label which describes the form element.
+
[[Category: Workflow Guide]]
* '''name''': An unique text used to identify the form element
 
* '''type''': Defines which kind of input is requested. Has these types "text", "date", "link" and "folder". By default is "text".
 

Latest revision as of 18:55, 8 February 2013


Nota clasica.png 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.