Packageindex Classtrees Modulegroups Elementlist Report XML Files

File: /usr/local/apache_8080/htdocs/devel/Intra/class/phpdom/domhtml_buttonelement.php
Document Object Model for PHP - phpDOM.XHTML

HTMLButtonElement

Node
   |
  +-- Element
     |
    +-- HTMLElement
       |
      +-- HTMLInputElement
         |
        +-- HTMLButtonElement

The HTMLButtonElement-Class

 

private class HTMLButtonElement extends HTMLInputElement

The HTMLButtonElement-Class
represents a button element

AuthorsDietmar Glachs <dietmar.glachs@salzburgresearch.at>
Versiondevel.0.4
Copyright2000 Salzburg Research Gesellschaft m.b.H.

 

Methods inherited from HTMLInputElement

HTMLInputElement, setType, getType, setReadonly, setChecked, setDisabled, setName, getName, setValue, getValue, setSrc, getSrc, getForm

Methods inherited from HTMLElement

HTMLElement, getClassName, setStyle, setId, setClass, setTitle, setLang, getStyle, getId, getClass, getLang, getTitle

Methods inherited from Element

Element, getTagName, getElementById, _internal_getElementById, getElementsByTagName, _internal_getElementsByTagName, setAttribute, setName, setId, getName, getId, getAttribute

Methods inherited from Node

Node, Tag, appendChild, cloneNode, removeChild, getOwnerDocument, getFirstChild, getNextChild, getLastChild, getNodeById, hasChildNodes, hasMoreElements, getParentNode, getParent, getChildNodes, setNodeValue, getNodeValue, getAttributes, toString, getNodeName, getNodeType, addElement, _internal_toString, _internal_cloneNode, _internal_selfCheck, _internal_getNodeById

Public Method Summary

void

HTMLButtonElement([ string $name, string $value, string $content ])

Constructor

Fields inherited from Element

$tagName

Fields inherited from Node

$nodeName, $nodevalue, $attribute, $node

Public Method Details

HTMLButtonElement

public void HTMLButtonElement( [ string $name, string $value, string $content ] )

  Constructor

Parameter
string $name = >>""<<
The name of the button element!
string $value = >>""<<
The value attribute of the button!
string $content = >>""<<
The text portion of the button.
Returns void



Packageindex Classtrees Modulegroups Elementlist Report XML Files
PHPDoc 1.0beta