- Parameters:
- $f_width: form width. The default value is ‘400px’
- $f_height: form height. The default is -1 so it is automatically adjusted to number of rows.
- $f_width: form width. The default value is ‘400px’
- Description:
- Set edit FORM width and height during edit.
- Remark:
- The default $f_height value is -1 (negative one) so it is automatically adjusted to number of rows.
- Example:
1 | $dg->set_form_dimension('500px'); |