Skip to content
  1. Feb 25, 2011
  2. Apr 09, 2007
  3. Apr 08, 2007
    • Brandon Bergren's avatar
      #129027 by WRXIzumi: · 8c20527d
      Brandon Bergren authored
      Fix options for IE.
      Patch sponsored by leftrightminds.com
      
      I cleaned it up a little. No need to keep track of the index, just use push.
      8c20527d
  4. Jan 05, 2007
  5. Apr 17, 2006
  6. Apr 14, 2006
  7. Apr 09, 2006
    • Jeremy Epstein's avatar
      - Changed theme_activeselect() to use _form_set_class() instead of... · 613186c2
      Jeremy Epstein authored
      - Changed theme_activeselect() to use _form_set_class() instead of _form_get_class() (the latter function has been removed from Drupal core).
      - #57929: use JSON instead of pipe delimiters for AJAX response text. Activeselect now uses drupal_to_js() (on the PHP end) and parseJson() (on the JS end) for response text, and this has allowed a large amount of pipe-parsing code to be removed from the Activeselect JS library. API.txt has been updated to reflect this, and category_activeselect() has been updated to use the new API.
      - New activeselect_explode_values() function, which does the work of turning the request string into a PHP array. API.txt and category_activeselect() have been updated with this function.
      613186c2
  8. Mar 29, 2006
  9. Mar 28, 2006
    • Jeremy Epstein's avatar
      Changed the activeselect API, so that the 'multiple' attribute is defined more... · 0878e5ab
      Jeremy Epstein authored
      Changed the activeselect API, so that the 'multiple' attribute is defined more cleanly, at the end of the target name, rather than as a 'fake option element'.
      Note: I experimented with various ways to solve #56026 purely by changing the JS, but was unsuccessful. It seems that a multi-select element with 'multiple="multiple"' defined, absolutely cannot be turned into a single-select, using JS (even removing it with removeAttribute() and removeAttributeNode() had no effect).
      0878e5ab
  10. Mar 18, 2006
  11. Mar 17, 2006
  12. Mar 16, 2006
  13. Mar 15, 2006
  14. Mar 13, 2006
  15. Mar 12, 2006
  16. Mar 11, 2006
  17. Feb 19, 2006
  18. Feb 18, 2006