form Archives | phpGrid - PHP Datagrid Create PHP grids in minutes, not hours. Tue, 25 Oct 2022 16:06:01 +0000 en-US hourly 1 CodeProjecthttps://wordpress.org/?v=7.0.3 129966043 set_form_dimension() https://phpgrid.com/documentation/set_form_dimension/ Sat, 14 Jan 2012 19:54:18 +0000 http://phpgrid.com/?p=1865 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. 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 […]

The post set_form_dimension() appeared first on phpGrid - PHP Datagrid.

]]>
  • 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.
  • 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');
    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.
    X

    The post set_form_dimension() appeared first on phpGrid - PHP Datagrid.

    ]]>
    1865