Active
Project:
Content Construction Kit (CCK)
Version:
6.x-2.0-rc6
Component:
General
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Sep 2008 at 01:25 UTC
Updated:
9 Sep 2008 at 01:25 UTC
I have build a module to change field size (actually very long), but can't do it. Have tried everything.
form['field_group']['field_name']['#size'] = 5;
form['field_group']['field_name'][0]['#size'] = 5;
form['field_name']['#size'] = 5;
form['field_name']['size'] = 5;