Hello. Again i have another question.
How can i change the width of a fiel of type select in the edit form?.
Part of my code is,
…
$col = array();
$col["name"] = "anillado";
$col["edittype"] = "select";
$col["editoptions"] = array("rows"=>1, "value"=>'Si:Si;No:No', "cols"=>60);
$col["width"] = "80";
$cols[] = $col;
…
"cols"=>60 doesn´t have effect.
1 Answers
Your Answer