Class SimpleTextAreaTag

Description

Content tag for text area.

Located in /tag.php (line 573)

SimpleTag
   |
   --SimpleWidget
      |
      --SimpleTextAreaTag
Method Summary
 SimpleTextAreaTag SimpleTextAreaTag (hash $attributes)
 string getDefault ()
 boolean isPrivateContent ()
 boolean setValue (string $value)
Variables
Methods
Constructor SimpleTextAreaTag (line 580)

Starts with a named tag with attributes only.

SimpleTextAreaTag SimpleTextAreaTag (hash $attributes)
  • hash $attributes: Attribute names and string values.
getDefault (line 589)

Accessor for starting value.

  • return: Parsed value.
  • access: public
string getDefault ()

Redefinition of:
SimpleWidget::getDefault()
Accessor for default value parsed with the tag.
isPrivateContent (line 648)

The content of textarea is not part of the page.

  • return: True.
  • access: public
boolean isPrivateContent ()

Redefinition of:
SimpleTag::isPrivateContent()
The current tag should not swallow all content for itself as it's searchable page content. Private content tags are usually widgets that contain default values.
setValue (line 599)

Applies word wrapping if needed.

  • return: True if allowed.
  • access: public
boolean setValue (string $value)
  • string $value: New value.

Redefinition of:
SimpleWidget::setValue()
Sets the current form element value.

Inherited Methods

Inherited From SimpleWidget

 SimpleWidget::SimpleWidget()
 SimpleWidget::getDefault()
 SimpleWidget::getName()
 SimpleWidget::getValue()
 SimpleWidget::isLabel()
 SimpleWidget::resetValue()
 SimpleWidget::setLabel()
 SimpleWidget::setValue()
 SimpleWidget::write()

Inherited From SimpleTag

 SimpleTag::SimpleTag()
 SimpleTag::addContent()
 SimpleTag::addTag()
 SimpleTag::expectEndTag()
 SimpleTag::getAttribute()
 SimpleTag::getChildElements()
 SimpleTag::getContent()
 SimpleTag::getTagName()
 SimpleTag::getText()
 SimpleTag::isId()
 SimpleTag::isPrivateContent()
 SimpleTag::_setAttribute()

Documentation generated on Sun, 04 May 2008 09:22:16 -0500 by phpDocumentor 1.3.0