| Param | Obligation | Value |
| record | mandatory |
The "url" of the record to be edited.
This must commence with the path string which was used to "register" the
Application SPI implementation with the Record Broker. |
| template | optional |
Used to constructing a new record
based on a specific schema, with pre-selected elements, optionally containing
preset values. Not all applications will need this facility. |
| next | optional |
URL of the page the editor should chain
to on normal exit, or cancel when no specific target is given.
Defaults to the page the editor was invoked from.
|
| cancel | optional |
URL of the page the editor should chain
to when the user cancels the edit.
Defaults to the page the editor was invoked from. |
| readOnly | optional |
If this parameter has the value 'true', the editor will display
the record in read-only mode; e.g. with data entry and saving disabled.
By default the editor opens the record in read-write mode. |