Difference between revisions of "Report Parameters description"
From OpenKM Documentation
Line 1: | Line 1: | ||
{{Note|This is a description of the DTD located at http://www.openkm.com/dtd/report-parameters-2.0.dtd.}} | {{Note|This is a description of the DTD located at http://www.openkm.com/dtd/report-parameters-2.0.dtd.}} | ||
− | A Report Parameters description is a combination of these elements: | + | A Report Parameters description is a combination of these form elements: |
* input | * input | ||
Line 12: | Line 12: | ||
* separator | * separator | ||
* text | * text | ||
+ | |||
+ | == Input == | ||
+ | This kind of element has these required parameters: | ||
+ | * '''label''': The text label which describes the form element. | ||
+ | * '''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". |
Revision as of 09:00, 19 July 2011
This is a description of the DTD located at http://www.openkm.com/dtd/report-parameters-2.0.dtd. |
A Report Parameters description is a combination of these form elements:
- input
- suggestbox
- upload
- checkbox
- textarea
- select
- button
- separator
- text
Input
This kind of element has these required parameters:
* label: The text label which describes the form element. * 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".