This adds an input type='text' field to a Wizard.
Located in /polyphony/main/library/Wizard/Components/WFileUploadField.class.php (line 26)
SObject | --WizardComponent | --WFileUploadField
Inherited from WizardComponent
WizardComponent::$_enabled
WizardComponent::$_enabledSticky
WizardComponent::$_parent
For file upload, returns an array:
name => the original name of the file size => the size in bytes of the file type => the mimetype of the file (if the browser supplied it) tmp_name => the location on the hard drive of the file
Returns a block of XHTML-valid code that contains markup for this specific component.
Sets the accepted mimetypes (passed to the browser).
Tells this field to use the passed file on the filesystem as a starting value. If $filename is passed, it is used as the display filename instead of the basename of the path.
Sets the values of the field to display until the user enters the field.
Sets the values of this field. This is needed when the field is part of a repeatable collection.
Tells the wizard component to update itself - this may include getting form post data or validation - whatever this particular component wants to do every pageload.
Inherited From WizardComponent
WizardComponent::getAllValues()
WizardComponent::getMarkup()
WizardComponent::getWizard()
WizardComponent::isEnabled()
WizardComponent::setEnabled()
WizardComponent::setParent()
WizardComponent::update()
WizardComponent::validate()
Inherited From SObject
SObject::asA()
SObject::asString()
SObject::copy()
SObject::copySameFrom()
SObject::copyTwoLevel()
SObject::deepCopy()
SObject::isEqual()
SObject::isEqualTo()
SObject::isNotEqualTo()
SObject::isNotReferenceTo()
SObject::isReferenceTo()
SObject::newFrom()
SObject::postCopy()
SObject::printableString()
SObject::shallowCopy()
SObject::_deepCopyArray()
Documentation generated on Wed, 19 Sep 2007 10:27:58 -0400 by phpDocumentor 1.3.0RC3