CheckboxList defaulne zaskrtle
Upozornění: Tohle vlákno je hodně staré a informace nemusí být platné pro současné Nette.
- nytech
- Člen | 10
Ola napsal(a):
$pole=array(1=>'t1',2=>'t2');
$form->addCheckboxList('test', 'Test:', $pole);
$form['test']->setDefaultValue(array(1,2));
Call to undefined method CheckboxList::setDefaultValue().
zkousel jsem i priklad, ktery je v odkazu
$roles = array('1'=>'admin', '2'=>'editor', '3'=>'viewer', '4'=>'guest');
$form->addCheckboxList('roles', 'role:',$roles);
$form['roles']->setDefaultValue(array(1,2,3));
MemberAccessException
Call to undefined method CheckboxList::setDefaultValue().
PHP 5.2.6–1
Nette Framework 0.9 (revision c82239a released on 2009–08–17)
asi to vidim na 0.9 v novejsi verzi mi to jde…
Editoval nytech (21. 7. 2010 16:19)