1.5.4 • Published 4 years ago

nattreid-select-box v1.5.4

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

SelectBox pro Nette Framework

Použití

protected function createComponentSelectBox() 
{
    $control = new NAttreid\SelectBox\SelectBox;
    $control->setTranslator($this->translator);
    $control->column = 'column';
    $control->name = 'columnName';
    $control->rows = [];
    return $control;
}

protected function createComponentForm()
{
    $form = new \Nette\Forms\Form;
    $form->addHidden('column', $this->defaultValue);
    // dalsi php kod
    return $form;
}

a vložíme do latte

{control selectBox, column => 'nazevPolozkyFormulare', name => 'nazev', rows => $data, $first => 'nazev'}
1.5.4

4 years ago

1.5.3

5 years ago

1.5.2

6 years ago

1.5.1

6 years ago

1.5.0

6 years ago