Class NImageButton
Submittable image button form control.
-
NObject
-
NComponent
implements
IComponent
-
NFormControl
implements
IFormControl
-
NButton
-
NSubmitButton
implements
ISubmitterControl
-
NImageButton
Methods summary
public
|
#
__construct( string $src = NULL, string $alt = NULL )
Parameters
- $src
string URI of the image
- $alt
string alternate text for the image
|
public
string
|
#
getHtmlName( )
Returns name of control within a Form & INamingContainer scope.
Returns name of control within a Form & INamingContainer scope.
Returns
string
|
public
|
|
Methods inherited from NFormControl
addCondition(),
addConditionOn(),
addError(),
addRule(),
attached(),
cleanErrors(),
getControlPrototype(),
getErrors(),
getForm(),
getHtmlId(),
getLabelPrototype(),
getOption(),
getOptions(),
getRules(),
getTranslator(),
getValue(),
hasErrors(),
isDisabled(),
notifyRule(),
setDefaultValue(),
setDisabled(),
setHtmlId(),
setOption(),
setTranslator(),
translate(),
validateEqual(),
validateFilled(),
validateValid()
|
Methods inherited from NComponent
__clone(),
__wakeup(),
detached(),
getName(),
getParent(),
lookup(),
lookupPath(),
monitor(),
setParent(),
unmonitor(),
validateParent()
|