프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$datagrid | |||
$group_actions |
메소드 | 설명 | |
---|---|---|
__construct ( |
||
addGroupSelectAction ( string $title, array $options ) : |
Add one group action (select box) to collection of actions | |
addGroupTextAction ( string $title ) : |
Add one group action (text input) to collection of actions | |
addGroupTextareaAction ( string $title ) : |
Add one group action (textarea) to collection of actions | |
addToFormContainer ( |
Get assambled form | |
getGroupAction ( string $title ) : |
||
submitted ( Nette\Application\UI\Form $form ) : void | Pass "sub"-form submission forward to custom submit function |
public addGroupSelectAction ( string $title, array $options ) : |
||
$title | string | |
$options | array | |
리턴 |
public addGroupTextAction ( string $title ) : |
||
$title | string | |
리턴 |
public addGroupTextareaAction ( string $title ) : |
||
$title | string | |
리턴 |
public addToFormContainer ( |
||
$container | ||
리턴 | void |
public getGroupAction ( string $title ) : |
||
$title | string | |
리턴 |