Class UploadControl
Text box and browse button that allow users to select a file to upload to the
server.
-
Object
-
Component
implements
IComponent
-
FormControl
implements
IFormControl
-
UploadControl
Methods summary
public
|
|
protected
|
#
attached( IComponent $form )
This method will be called when the component (or component's parent) becomes
attached to a monitored object. Do not call this method yourself.
This method will be called when the component (or component's parent) becomes
attached to a monitored object. Do not call this method yourself.
Parameters
Overrides
|
public
UploadControl
|
|
public
boolean
|
#
isFilled( )
Has been any file uploaded?
Has been any file uploaded?
Returns
boolean
Overrides
|
Methods inherited from FormControl
addCondition(),
addConditionOn(),
addError(),
addRule(),
cleanErrors(),
exportRules(),
getControl(),
getControlPrototype(),
getErrors(),
getForm(),
getHtmlId(),
getHtmlName(),
getLabel(),
getLabelPrototype(),
getOption(),
getOptions(),
getRules(),
getTranslator(),
getValue(),
hasErrors(),
isDisabled(),
isRequired(),
loadHttpData(),
setAttribute(),
setDefaultValue(),
setDisabled(),
setHtmlId(),
setOption(),
setRequired(),
setTranslator(),
translate()
|
Methods inherited from Component
__clone(),
__sleep(),
__wakeup(),
detached(),
getName(),
getParent(),
lookup(),
lookupPath(),
monitor(),
unmonitor(),
validateParent()
|
Magic properties inherited from FormControl
$control,
$controlPrototype,
$defaultValue,
$disabled,
$errors,
$filled,
$form,
$htmlId,
$htmlName,
$label,
$labelPrototype,
$options,
$required,
$rules,
$translator,
$value
|