set_dimension(mixed $col, int $cols, int $rows) : $this
Set control dimension width and height. Note that this is not the same as set_form_dimension().
It is used with text type only. For column type text, the width is translated to “size”, its height is ignored. for text area, the width is translated to “cols” and height to “rows”
Parameters
mixed | $col |
|
int | $cols |
|
int | $rows |
|