Class ImageButton (namespace Nette\Forms)
Submittable image button form control.
Object | --Component | --FormControl | --Button | --SubmitButton | --ImageButton
| Public Method Summary | |
|---|---|
| ImageButton |
__construct
(string $src, string $alt)
|
| void |
loadHttpData
(array $data)
Loads HTTP data.
|
| Methods Inherited From SubmitButton |
|---|
| __construct(), click(), getValidationScope(), isSubmittedBy(), setValidationScope(), validateSubmitted() |
| Methods Inherited From Button |
|---|
| __construct(), getControl(), getLabel(), setValue() |
| Methods Inherited From Component |
|---|
| __construct(), attached(), detached(), getName(), getParent(), getService(), getServiceLocator(), lookup(), lookupPath(), monitor(), setParent(), setServiceLocator(), validateParent(), __clone(), __wakeup() |
| Methods Inherited From Object |
|---|
| extensionMethod(), getClass(), getReflection(), __call(), __callStatic(), __get(), __isset(), __set(), __unset() |
| Variable Summary |
|---|
| Method Details | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
line 41 __constructpublic ImageButton __construct (string $src, string $alt)
|
|||||||||||||||
|
line 56 loadHttpDatapublic void loadHttpData (array $data) Loads HTTP data.
|
|||||||||||||||
