The HtmlTextArea is a text input block that allows the user to use one of several editing interfaces to aid in the entry of HTML text. Some of the editing interfaces may be WYSIWYG editors, while others may simply supply shortcut buttons for entering HTML markup.
Located in /polyphony/main/library/Wizard/Components/HtmlTextArea.class.php (line 28)
SObject | --WizardComponent | --ErrorCheckingWizardComponent | --WTextInput | --WTextArea | --HtmlTextArea
Inherited from WTextArea
WTextArea::$_cols
WTextArea::$_rows
Inherited from WTextInput
WTextInput::$_onchange
WTextInput::$_showError
WTextInput::$_startingDisplay
WTextInput::$_style
WTextInput::$_value
Inherited from ErrorCheckingWizardComponent
ErrorCheckingWizardComponent::$_errorMessage
ErrorCheckingWizardComponent::$_errorRule
ErrorCheckingWizardComponent::$_errorStyle
Inherited from WizardComponent
WizardComponent::$_enabled
WizardComponent::$_enabledSticky
WizardComponent::$_parent
Constructor
Add a new editor to those supported
Add commands to the javascript onchange attribute.
Answer an editor so that it may be configured
Returns a block of XHTML-valid code that contains markup for this specific component.
Sets the number of visible columns in this textarea.
Sets the number of visible rows in this textarea.
Sets the text of the field to display until the user enters the field.
Sets the CSS style of this field.
Sets the value of this text field.
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.
Returns true if this component (and all child components if applicable) have valid values.
By default, this will just return TRUE.
Virtual Constructor
Inherited From WTextArea
WTextArea::__construct()
WTextArea::getMarkup()
WTextArea::setColumns()
WTextArea::setRows()
WTextArea::setSize()
WTextArea::withRowsAndColumns()
Inherited From WTextInput
WTextInput::addOnChange()
WTextInput::getAllValues()
WTextInput::setStartingDisplayText()
WTextInput::setStyle()
WTextInput::setValue()
WTextInput::update()
WTextInput::validate()
Inherited From ErrorCheckingWizardComponent
ErrorCheckingWizardComponent::getErrorRule()
ErrorCheckingWizardComponent::getErrorStyle()
ErrorCheckingWizardComponent::getErrorText()
ErrorCheckingWizardComponent::setErrorRule()
ErrorCheckingWizardComponent::setErrorStyle()
ErrorCheckingWizardComponent::setErrorText()
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:24:35 -0400 by phpDocumentor 1.3.0RC3