Changeset 3661

Show
Ignore:
Timestamp:
01/28/07 02:07:00 (6 years ago)
Author:
gregmac
Message:

Add QuickForm advmultiselect type

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/quickform/amp_conf/htdocs/admin/common/HTML/QuickForm.php

    r3609 r3661  
    4747            'hierselect'    =>array('HTML/QuickForm/hierselect.php', 'HTML_QuickForm_hierselect'), 
    4848            'autocomplete'  =>array('HTML/QuickForm/autocomplete.php', 'HTML_QuickForm_autocomplete'), 
    49             'xbutton'       =>array('HTML/QuickForm/xbutton.php','HTML_QuickForm_xbutton') 
     49            'xbutton'       =>array('HTML/QuickForm/xbutton.php','HTML_QuickForm_xbutton'), 
     50            'advmultiselect'=>array('HTML/QuickForm/advmultiselect.php','HTML_QuickForm_advmultiselect'), 
    5051        ); 
    5152