Params Input field
Esta página aún no está disponible en tu idioma.
in most cases is used to enter free text form, although can be used to save http links, date data or refer to application folder ( as internal link to this folder ).
| Attribute | Description | Required |
|---|---|---|
| label | The text shown as label in user interface. | true |
| name | Unique field identifier. Two fields can’t have the same name into the same task definion. Name must be unique. |
true |
| type | Type value. Allowed types: - text. - date. - link. - folder. |
true |
| width | The width of the HTML element. | false |
| height | The height of the HTML element. | false |
- Child elements:
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE report-parameters PUBLIC "-//OpenKM//DTD Report Parameters 2.1//EN" "http://www.openkm.com/dtd/report-parameters-2.1.dtd"><report-parameters> <input label="From" name="from_date" type="date"> <validator type="req" /> </input></report-parameters>