Why use HTML_QuickForm_advmultiselect ?

I am sure we have all been there, dealing with HTML_QuickForm because we need to allow users to select multiple options. With a standard html select box, you can select multiple options if the multiple attribute is set, but you have to hold down the appropriate modifier key (ctrl on windows) in order to do so. It is not a problem for end-user experts, but it is not true for all of us.

A quick list of great features

  • ability to double click on either select box to move elements from one side to the other.
  • add headers to the select boxes.
  • ability to change layout easily, using CSS classes and a mini template.
  • allows to change item size shown of each multiple select box.
  • ability to manage one single list with checkboxes to solve problem if javascript is unavailable.
    Поддержать сайт на родительском проекте КГБ