search for: multiselector

Displaying 1 result from an estimated 1 matches for "multiselector".

Did you mean: multi_selector
2005 Dec 31
0
File_column and multiple file select
...my_file_element"> <p><input type="submit" name="Save" /></p> <%= end_form_tag %> Files: <!-- This is where the output will appear --> <div id="files_list"></div> <script> <!-- Create an instance of the multiSelector class, pass it the output target and the max number of files --> var multi_selector = new MultiSelector( document.getElementById( ''files_list'' ), 3 ); <!-- Pass in the file element --> multi_selector.addElement( document.getElementById( ''my_file_eleme...