Testing Option Transfer



 
 
 
 
 
 


Finished features:

  1. Move all options from left to right and vice versa.
  2. Move selected options from left to right and vice versa.
  3. Move selected options up/down any specified number of spaces. Options will move 1 space by default.
  4. Move selected options to any specified position in current list.
  5. Move selected options from left to right and vice versa using "RETURN" key.
  6. Select all options in specified list with one command.
  7. Deselect all options in specified list with one command.
  8. Sort specified list alphabetically with value attribute of <OPTION> set as: ID|Name.
  9. Sort specified list numerically with value attribute of <OPTION> set as: ID|Name.
  10. Retrieve value attributes of <OPTION>'s in the order that they appear in listbox. Useful for submitting full list to database.
  11. Moving to a specific <OPTION> by keypress is already built in to the <SELECT> element but only to a minimal extent. I will continue to work on extending that functionality for our purposes.