Class SimpleImageSubmitTag

Description

Image button as input tag.

Located in /tag.php (line 441)

SimpleTag
   |
   --SimpleWidget
      |
      --SimpleImageSubmitTag
Method Summary
 SimpleImageSubmitTag SimpleImageSubmitTag (hash $attributes)
 boolean expectEndTag ()
 string getLabel ()
 boolean isLabel (string $label)
 boolean setValue (string $value)
 void write ( &$encoding, integer $x, integer $y, SimpleEncoding $encoding)
Variables
Methods
Constructor SimpleImageSubmitTag (line 448)

Starts with a named tag with attributes only.

SimpleImageSubmitTag SimpleImageSubmitTag (hash $attributes)
  • hash $attributes: Attribute names and string values.
expectEndTag (line 457)

Tag contains no end element.

  • return: False.
  • access: public
boolean expectEndTag ()

Redefinition of:
SimpleTag::expectEndTag()
Check to see if the tag can have both start and end tags with content in between.
getLabel (line 476)

Value of browser visible text.

  • return: Visible label.
  • access: public
string getLabel ()
isLabel (line 489)

Test for a label match when searching.

  • return: True on match.
  • access: public
boolean isLabel (string $label)
  • string $label: Label to test.

Redefinition of:
SimpleWidget::isLabel()
Reads external or internal label.
setValue (line 467)

Disables the setting of the button value.

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

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

Dispatches the value into the form encoded packet.

  • access: public
void write ( &$encoding, integer $x, integer $y, SimpleEncoding $encoding)
  • SimpleEncoding $encoding: Form packet.
  • integer $x: X coordinate of click.
  • integer $y: Y coordinate of click.
  • &$encoding

Redefinition of:
SimpleWidget::write()
Dispatches the value into the form encoded packet.

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:15 -0500 by phpDocumentor 1.3.0