Constructor & Destructor Documentation
FormGroup::__construct |
( |
$ |
name = '' , |
|
|
$ |
nameFormat = false , |
|
|
$ |
idFormat = false , |
|
|
$ |
method = 'POST' |
|
) |
| |
Member Function Documentation
FormGroup::getError |
( |
$ |
fieldTitle = '' , |
|
|
$ |
errorId = false |
|
) |
| |
Returns the error message.
- Parameters:
-
$fieldTitle | - title of the field |
$errorId | - Id of an error, or false fo default message |
Reimplemented from FormItem.
FormGroup::getPosted |
( |
$ |
name | ) |
|
Returns data from the query.
- Parameters:
-
$name | Name of the data parameter. Must be prepared earlier! |
Reimplemented from FormPanel.
FormGroup::isConfirming |
( |
| ) |
|
FormGroup::isSubmitted |
( |
| ) |
|
FormGroup::printForm |
( |
$ |
printer | ) |
|
FormGroup::setPosted |
( |
$ |
name, |
|
|
$ |
value |
|
) |
| |
FormGroup::setPostedData |
( |
&$ |
data | ) |
|
FormGroup::setSubmitted |
( |
$ |
v | ) |
|
Field Documentation
FormGroup::$confirm = false |
FormGroup::$errorFormat = 'Musisz prawidłowo wypełnić pole %s' |
FormGroup::$submitted = null |
The documentation for this class was generated from the following file: