Class NImageButton
Submittable image button form control.
NObject | --NComponent | --NFormControl | --NButton | --NSubmitButton | --NImageButton
Public Method Summary | |
---|---|
NImageButton |
|
string |
getHtmlName
()
Returns name of control within a NForm & INamingContainer scope.
|
void |
loadHttpData
()
Loads HTTP data.
|
Methods Inherited From NSubmitButton |
---|
__construct(), click(), getValidationScope(), isSubmittedBy(), setValidationScope(), setValue(), validateSubmitted() |
Methods Inherited From NButton |
---|
__construct(), getControl(), getLabel() |
Methods Inherited From NComponent |
---|
__construct(), attached(), detached(), getName(), getParent(), lookup(), lookupPath(), monitor(), setParent(), unmonitor(), validateParent(), __clone(), __wakeup() |
Methods Inherited From NObject |
---|
extensionMethod(), getClass(), getReflection(), __call(), __callStatic(), __get(), __isset(), __set(), __unset() |
Variable Summary |
---|
Method Details | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
line 40 __constructpublic NImageButton __construct ([string $src =
|
|||||||||||||||
line 54 getHtmlNamepublic string getHtmlName () Returns name of control within a NForm & INamingContainer scope.
|
|||||||||||||||
line 66 loadHttpDatapublic void loadHttpData () Loads HTTP data.
|