Questions tagged [chained-select]

Identification of (level 1) controls that should be selected by default when a main control (at root level) is selected. Then all of such (level 1) check box or radio controls should be selected at once. Now there may be more of such controls (level 2) when in such a condition they must get selected too. Level by level this becomes a chain of selections.

Identification of (level 1) controls that should be selected by default when a main control (at root level) is selected. Then all of such (level 1) check box or radio controls should be selected at once. Now there may be more of such controls (level 2) when in such a condition they must get selected too. Level by level this becomes a chain of selections.

33 questions
0
votes
0 answers

Ruby on Rails - Collection_select, option class

is it possible to pass a model-attribute of the collection to the select-options class? <%= f.collection_select :bank_connection_id, BankConnection.all, :id, :bank_name, {:class => ? } %> The Questmark shows where i wanted to use a attribute of the…
0
votes
1 answer

horizontal chained select with jquery

I found an example online, but I couldn't get list items horizontally like here, whatever I did, they came vertically. Any help is appreciated. The example is here
user4255838
-1
votes
1 answer

Chained Dropdown Menu in Magento not working

I am searching for like 3 days for a resolution but i am unable to get the final part to make it possible. My Problem is that I can't establish the dependency between my 3 Menus. This means that options of C should be dependent on value selected in…
1 2
3