Active
Project:
Taxonomy Access Control Lite
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Jan 2013 at 09:37 UTC
Updated:
20 Nov 2014 at 15:07 UTC
Jump to comment: Most recent
Comments
Comment #1
msamavi commentedStill I need the selection box to be resizable.
Any help please?
Comment #2
Dave Cohen commentedI don't think a "resizable" select is built into drupal. But there is a "#size" form field setting that could make it more than 4. The question then becomes how large to make it. Any preference?
Comment #3
msamavi commentedThanks Dave for the reply.
30 lines would be fine for me.
Comment #4
philySome tips for a long timed post:
• Adding .resizable(); to the select element using jQuery makes it resizable:
$('#edit-tac-lite-grants-scheme-1-1-3').resizable();• hack _tac_lite_term_select function in tac_lite.module file to add '#size' => 20 to the $field_array variable:
Shouldn't be hard to add this in code ;-)