Page 1 of 1

Force checkbox items to be displayed on one column?

PostPosted: Mon Oct 26, 2009 2:13 pm
by conkhikho
Hi all,

The default display for check box items is three columns. Is there any way to force the display to one column? Thank you very much.

Tim

PostPosted: Mon Oct 26, 2009 3:14 pm
by shannah
I haven't had to do this in a long time, but I believe the directive you're looking for is widget:columns.

e.g.
Code: Select all
[my_field]
    widget:columns = 1

PostPosted: Mon Oct 26, 2009 3:33 pm
by conkhikho
Works like a charm! Thank you very much Steve. This temporarily solves the problem I had for the other post on picking associated Events for Assets (I'm just trying to make it as user friendly as possible to my users, so it all depends on whether they feel comfortable doing it).

Tim