We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

David Duperron

Forum Replies Created

Viewing 5 posts - 151 through 155 (of 155 total)
  • Author
    Posts
  • in reply to: Retrieve data from Multiselect list #23061
    David Duperron
    Customer

    You’re too good! (and you should take a break during your week-ends! ;))
    I was suspecting something with the styling, and that was it… transparent background was not OK! :)

    in reply to: Retrieve data from Multiselect list #23049
    David Duperron
    Customer

    Yeah! But thank you anyway!
    I’ve managed to set up some select boxes exactly the way I wanted, and I also managed to trigger the display of some elements in the 3D view.
    Now one problem appear: for some reason the dropdown list stays open, whatever the option “stayOpen” is set to in the js initialization of the select box… :cry: you solve one thing and another appears!! I need to investigate a bit more I guess! Perhaps something to do with CSS…?
    Attached the project as it is now! :)

    in reply to: Retrieve data from Multiselect list #23047
    David Duperron
    Customer

    That’s awesome!! :yahoo:
    Thank you so much! See you at the next stopper! ;-)

    in reply to: Retrieve data from Multiselect list #23041
    David Duperron
    Customer

    That would be great Thank you very much!
    This dropdown multiselct box is great too I think… this is the one I tried, but I cannot retrieve the “selected” items… :(

    Multiselect Dropdown List With Checkboxes – multiselect.js

    :good:

    in reply to: Retrieve data from Multiselect list #23037
    David Duperron
    Customer

    Hi!
    Thanks for your prompt answer! I start to get used to these amazing puzzles, but there is lots to learn!!
    And I’m still struggling…
    In fact I would like to know if a given option inside:
    `<select id=’testSelect1′ multiple>
    <option value=’1′>Item 1</option>
    <option value=’2′ selected=’selected’>Item 2</option>
    <option value=’3′>Item 3</option>
    <option value=’4′>Item 4</option>
    <option value=’5′ selected=’selected’>Item 5</option>
    </select>’

    is selected or not… I cannot build the proper query for that… :( :scratch:

Viewing 5 posts - 151 through 155 (of 155 total)