Class ImageButton (namespace Nette\Forms)
Submittable image button form control.
Object | --Component | --FormControl | --Button | --SubmitButton | --ImageButton
Public Method Summary | |
---|---|
ImageButton |
|
string |
getHtmlName
()
Returns name of control within a Form & INamingContainer scope.
|
void |
loadHttpData
()
Loads HTTP data.
|
Methods Inherited From SubmitButton |
---|
__construct(), click(), getValidationScope(), isSubmittedBy(), setValidationScope(), setValue(), validateSubmitted() |
Methods Inherited From Button |
---|
__construct(), getControl(), getLabel() |
Methods Inherited From Component |
---|
__construct(), attached(), detached(), getName(), getParent(), lookup(), lookupPath(), monitor(), setParent(), unmonitor(), validateParent(), __clone(), __wakeup() |
Methods Inherited From Object |
---|
extensionMethod(), getClass(), getReflection(), __call(), __callStatic(), __get(), __isset(), __set(), __unset() |
Variable Summary |
---|
Method Details | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
line 28 __constructpublic ImageButton __construct ([string $src =
|
|||||||||||||||
line 42 getHtmlNamepublic string getHtmlName () Returns name of control within a Form & INamingContainer scope.
|
|||||||||||||||
line 54 loadHttpDatapublic void loadHttpData () Loads HTTP data.
|