Postponed
Project:
Hierarchical Select
Version:
7.x-3.x-dev
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Aug 2011 at 01:33 UTC
Updated:
21 Aug 2011 at 07:38 UTC
In this issue, my goal is to implement a feature, where the user can change how the HS appears. So maybe a check box in field settings that, the drop-down list float left next to each other, or every drop-down will place in a new line.
Comments
Comment #1
wim leersOkay. Please contribute a patch! :)
You'll have to make sure this is documented in the included documentation (API.txt). It may also be a good thing to add this to HS' unified config UI in common.inc.
Comment #2
K.MacKenzie commentedI would like to point out that this could be themed in fairly easily; so if your goal is simply the result, consider altering the width of the div that contains the drop downs.
The javascript will automatically put the dropdown on the next line if there is no more room in the div. So if the individual dropdowns and the div container are the same width you will get a vertical result, if the all of the dropdowns total combined width is less or the same as the container width, you will get a horizontal result.
Hope that helps.
Comment #3
wim leersI'm aware of the fact that this is easy to implement. However, we also need to extend the UI to support this. Plus, very few people want this. That's why I'm not going to implement this myself, but am only going to welcome this as a patch.
Hence marking as postponed.