set_ctrltype()
set_ctrltype(mixed $col, mixed $ctrltype, null $keyvalue_pair, bool $multiple) : $this
Set HTML control type of a specific field. Select and Textare control types are automatically determined by the database field char type based on its length. But you can set it otherwise.
Parameters
mixed | $col |
|
mixed | $ctrltype |
|
null | $keyvalue_pair |
|
bool | $multiple |
|