Quick way to increase Select List box size?

Archived from the Xataface Users forum.

lemon dexter — Sun Jun 03, 2012 2:33 am

Default is 5 rows - I would like 15 or so. Is there a ‘widget:att’ setting, or do I have to change the PHP and make it ‘global’ (as obviously prefer not to)?

TIA


shannah — Mon Jun 04, 2012 11:15 am

Code: Select all
widget:atts:size=15

lemon dexter — Tue Jun 05, 2012 1:05 am

Many thanks for quick reply (and for excellent and incredibly useful framework, by the way!).

I realise now I’d made the mistake of trying this (size=x), but only viewing it in the ‘find’ view, which it doesn’t seem to affect. Is there something I can do to expand the box in that view as well?


shannah — Fri Jun 08, 2012 1:34 pm

Unfortunately there is no conf parameter to change the size of the fields in the find view. You could do it via CSS or javascript though.

-Steve