- 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.
- The function only can apply to non-bootstrap themes such as ‘aristo’ or ‘cobalt’. For Bootstrap themes, it has no effect as the layout is managed by the Bootstrap framework.
- Example:
1 | $dg->set_form_dimension('500px'); |
X