* Paid version only. Supported from version 7.0 and above.
- Parameter(s):
- $key: A database table primary key value.
- Description:
- Load an existing record from DB and display in edit form without the datagrid. The form will remain on the screen after submit.
- Remark:
- Must call enable_edit(‘FORM’) and form_only() first
- Only can be used in conjunction with form_only()
- Example:
1 | $dg -> enable_edit('FORM') -> form_only() -> load_form(8888); |