Fork me on GitHub

Drop down menu  Bottom

  • Hello everybody!

    I have a multidimensional array genrerated by a MySQL request, i can show on the screen in HTML the multidimension array in a dynamique table as the following: The keys in each row and a drop down menu containig every item of the key in the column (I hope i am clear). I have a refresh button and i want to update my drop down menu in function of the item chosen by a click on the refresh button.

    Do any one have any idea i wille be grateful!
  • To me it's not really clear yet. You have:

    Code

    key1 - val1_1 - val1_2 - val1_3
    key2 - val2_1 - val2_2 - val2_3
    key3 - val3_1 ...

    You want to display

    Code

    key1 - ddmenu containing val1_1, val1_2, val1_3
    key2 - ddmenu containing val2_1, val2_2 ...

    The ddmenu could be just a HTML form select pulldown than or am I missing something?



    --
    campertoday.nl, Module development, Dutch Zikula Community
  • Thank you espaan for your help but i no longer use drop down menu, because it was not the best solution for my problem.

    Greetings
  • 0 users

This list is based on users active over the last 60 minutes.