{set-data}
Plugin: Scaffolding Plugin, from version 2.3-dr5
Allows entering of text in a single- or multiple-line text field.
Usage
{set-data:[Field Name]|type=[text/number/date/boolean/content/attachment/user|format=[date or number format]|hidden=[true/false]}Value{set-data}
Parameters
| Name | Required | Default | Description |
|---|---|---|---|
| [default]/name | | The name of the field. | |
| value | | The value to set. You can alternatively use the body of the macro, which is useful if setting more complex wiki markup. | |
| type | | text
| The type of field to display. May be one of the following:
|
| format | | The number format (e.g. '#,##0.00') or date format (e.g. 'dd MMM yyyy') to use when parsing the value being set. The parameter will be ignored for data types other than 'number' or 'date'. This is basically required when the data type is 'date', since the default date format is unlikely to be used when setting a date. | |
| hidden | | false
| When set to 'true', the value being set will not be displayed to the page viewer. |
Discussions