novikov
Новичок
hierselect setDefaults
как установить умолчания в html_quick_form hierselect?
пробую так - не получилось. =(
как установить умолчания в html_quick_form hierselect?
пробую так - не получилось. =(
PHP:
$hs =& $form->addElement('hierselect', 'hierarchy', '', '');
$main = array ('zz' => 'dd', 'ff' => 'ZZ');
$sec['zz']['ee'] = 'ZZEE';
$sec['zz']['jj'] = 'ZZJJ';
$hs->setMainOptions($main);
$hs->setSecOptions($sec);
$form->setDefaults(array('hierarchy' => array('zz' => 'jj')));