Input
class Input extends VoidView
Input - Form control
Die Beschreibung des Elements ist in der HTML-Spezifikation zu finden
Properties
protected AttributeMap | $attributes | from Element | |
protected type | $selfClosing | from Element | |
protected type | $noEndTag | from Element | |
protected Namespaces | $namespace | from Element | |
protected string | $prefix | from Element | |
protected string | $localName | from Element |
Methods
Neue Instanz von Input erstellen
Acceskey setzen. Der Wert muss ein einzelnes Zeichen sein. Werden mehrere Zeichen übergeben, so wird nur der erste Wert genommen.
Klassenwert setzen. Sollen mehrere Klassen gesetzt werden, so müssen diese durch ein Leerzeichen getrennt werden.
ID (es wird nicht die ObjektID, der Hash gesetzt, sondern das HTML Attribute ID="")
HTML-Attribute accept holen
HTML-Attribute alt holen
HTML-Attribute autocomplete setzen
HTML-Attribute autocomplete holen
HTML-Attribute autofocus setzen
HTML-Attribute autofocus holen
HTML-Attribute checked setzen
HTML-Attribute checked holen
HTML-Attribute dirname setzen
HTML-Attribute dirname holen
HTML-Attribute disabled setzen
HTML-Attribute disabled holen
HTML-Attribute form holen
HTML-Attribute formaction setzen
HTML-Attribute formaction holen
HTML-Attribute formenctype setzen
HTML-Attribute formenctype holen
HTML-Attribute formmethod setzen
HTML-Attribute formmethod holen
HTML-Attribute formnovalidate setzen
HTML-Attribute formnovalidate holen
HTML-Attribute formtarget setzen
HTML-Attribute formtarget holen
HTML-Attribute height holen
HTML-Attribute list holen
HTML-Attribute max holen
HTML-Attribute maxlength setzen
HTML-Attribute maxlength holen
HTML-Attribute min holen
HTML-Attribute minlength setzen
HTML-Attribute minlength holen
HTML-Attribute multiple setzen
HTML-Attribute multiple holen
HTML-Attribute name setzen
HTML-Attribute name holen
HTML-Attribute pattern setzen
HTML-Attribute pattern holen
HTML-Attribute placeholder setzen
HTML-Attribute placeholder holen
HTML-Attribute readonly setzen
HTML-Attribute readonly holen
HTML-Attribute required setzen
HTML-Attribute required holen
HTML-Attribute size holen
HTML-Attribute src holen
HTML-Attribute step holen
HTML-Attribute type holen
HTML-Attribute value holen
HTML-Attribute width holen
Details
at line 42
__construct(string $value = null)
Neue Instanz von Input erstellen
at line 899
Node
setValue(string $value)
HTML-Attribute value setzen
<input value="$value" />
in Element at line 214
string
getHTML()
HTML-Zeichenkette
in Node at line 83
string
__toString()
Liefert die Nodes als Zeichenkette zurück
Ruft getHTML() auf
in Element at line 95
Element
setNamespace(Namespaces $namespace)
Namespace setzen
in Element at line 105
Namespaces|null
getNamespace()
Namespace
in Element at line 114
string
getTag()
Alias auf getName
in Element at line 129
protected Element
setSelfClosing(boolean $mode)
Selbstschliessender Tag
<br>
in VoidView at line 38
boolean
hasEndTag()
Void-Elemente wie br haben kein schliessenden Tag
in Element at line 170
string
getAttributeValue(string $name)
Den Wert eines Attributes abfragen
in Element at line 193
AttributeMap
getAttributes()
AttributeMap
in Element at line 204
Element
setAttributes(AttributeMap $map)
AttributeMap setzen
in Element at line 245
__clone()
Erstellt eine Kopie dieser Node.
Auch alle Kinder weden dabei kopiert.
in Html at line 55
string
getAccesskey()
Accesskey
in Html at line 64
string
getClass()
Klassen
in Html at line 73
string
getContenteditable()
ContentEditable-Flag
in Html at line 82
string
getDir()
Direction
in Html at line 91
string
getHidden()
Hidden
in Html at line 101
string
getIdAttribute()
ID des Tags (nicht mit der ID, dem Hash des Objekts verwechseln)
in Html at line 110
string
getLang()
Sprache (ISO)
in Html at line 119
string
getSpellcheck()
Rechtschreibung
in Html at line 128
string
getStyle()
CSS-Style Anweisungen
in Html at line 137
string
getTabindex()
Tabindes
in Html at line 146
string
getTitle()
Titel
in Html at line 155
string
getTranslate()
Übersetzung
in Html at line 171
Html
setAccesskey(string $accesskey)
Acceskey setzen. Der Wert muss ein einzelnes Zeichen sein. Werden mehrere Zeichen übergeben, so wird nur der erste Wert genommen.
in Html at line 187
Html
setClass(string $class)
Klassenwert setzen. Sollen mehrere Klassen gesetzt werden, so müssen diese durch ein Leerzeichen getrennt werden.
in Html at line 250
Html
setId(string $id)
ID (es wird nicht die ObjektID, der Hash gesetzt, sondern das HTML Attribute ID="")
in Html at line 304
boolean
isDraggable()
Ist das Element Dragable
at line 58
Input
setAccept(string $value)
HTML-Attribute accept setzen
<input accept="$value" />
at line 72
string
getAccept()
HTML-Attribute accept holen
<input accept="$value" />
at line 87
Input
setAlt(string $value)
HTML-Attribute alt setzen
<input alt="$value" />
at line 101
string
getAlt()
HTML-Attribute alt holen
<input alt="$value" />
at line 116
Input
setAutocomplete(string $value)
HTML-Attribute autocomplete setzen
<input autocomplete="$value" />
at line 130
string
getAutocomplete()
HTML-Attribute autocomplete holen
<input autocomplete="$value" />
at line 145
Input
setAutoFocus(string $value)
HTML-Attribute autofocus setzen
<input autofocus="$value" />
at line 159
string
getAutoFocus()
HTML-Attribute autofocus holen
<input autofocus="$value" />
at line 174
Input
setChecked(string $value)
HTML-Attribute checked setzen
<input checked="$value" />
at line 188
string
getChecked()
HTML-Attribute checked holen
<input checked="$value" />
at line 203
Input
setDirname(string $value)
HTML-Attribute dirname setzen
<input dirname="$value" />
at line 217
string
getDirname()
HTML-Attribute dirname holen
<input dirname="$value" />
at line 232
Input
setDisabled(string $value)
HTML-Attribute disabled setzen
<input disabled="$value" />
at line 246
string
getDisabled()
HTML-Attribute disabled holen
<input disabled="$value" />
at line 261
Input
setForm(string $value)
HTML-Attribute form setzen
<input form="$value" />
at line 275
string
getForm()
HTML-Attribute form holen
<input form="$value" />
at line 290
Input
setFormAction(string $value)
HTML-Attribute formaction setzen
<input formaction="$value" />
at line 304
string
getFormAction()
HTML-Attribute formaction holen
<input formaction="$value" />
at line 319
Input
setFormenCType(string $value)
HTML-Attribute formenctype setzen
<input formenctype="$value" />
at line 333
string
getFormenCType()
HTML-Attribute formenctype holen
<input formenctype="$value" />
at line 348
Input
setFormMethod(string $value)
HTML-Attribute formmethod setzen
<input formmethod="$value" />
at line 362
string
getFormMethod()
HTML-Attribute formmethod holen
<input formmethod="$value" />
at line 377
Input
setFormNoValidate(string $value)
HTML-Attribute formnovalidate setzen
<input formnovalidate="$value" />
at line 391
string
getFormNoValidate()
HTML-Attribute formnovalidate holen
<input formnovalidate="$value" />
at line 406
Input
setFormTarget(string $value)
HTML-Attribute formtarget setzen
<input formtarget="$value" />
at line 420
string
getFormTarget()
HTML-Attribute formtarget holen
<input formtarget="$value" />
at line 435
Input
setHeight(string $value)
HTML-Attribute height setzen
<input height="$value" />
at line 449
string
getHeight()
HTML-Attribute height holen
<input height="$value" />
at line 464
Input
setList(string $value)
HTML-Attribute list setzen
<input list="$value" />
at line 478
string
getList()
HTML-Attribute list holen
<input list="$value" />
at line 493
Input
setMax(string $value)
HTML-Attribute max setzen
<input max="$value" />
at line 507
string
getMax()
HTML-Attribute max holen
<input max="$value" />
at line 522
Input
setMaxlength(string $value)
HTML-Attribute maxlength setzen
<input maxlength="$value" />
at line 536
string
getMaxlength()
HTML-Attribute maxlength holen
<input maxlength="$value" />
at line 551
Input
setMin(string $value)
HTML-Attribute min setzen
<input min="$value" />
at line 565
string
getMin()
HTML-Attribute min holen
<input min="$value" />
at line 580
Input
setMinlength(string $value)
HTML-Attribute minlength setzen
<input minlength="$value" />
at line 594
string
getMinlength()
HTML-Attribute minlength holen
<input minlength="$value" />
at line 609
Input
setMultiple(string $value)
HTML-Attribute multiple setzen
<input multiple="$value" />
at line 623
string
getMultiple()
HTML-Attribute multiple holen
<input multiple="$value" />
at line 638
Input
setNameAttribute(string $value)
HTML-Attribute name setzen
<input name="$value" />
at line 652
string
getNameAttribute()
HTML-Attribute name holen
<input name="$value" />
at line 667
Input
setPattern(string $value)
HTML-Attribute pattern setzen
<input pattern="$value" />
at line 681
string
getPattern()
HTML-Attribute pattern holen
<input pattern="$value" />
at line 696
Input
setPlaceholder(string $value)
HTML-Attribute placeholder setzen
<input placeholder="$value" />
at line 710
string
getPlaceholder()
HTML-Attribute placeholder holen
<input placeholder="$value" />
at line 725
Input
setReadonly(string $value)
HTML-Attribute readonly setzen
<input readonly="$value" />
at line 739
string
getReadonly()
HTML-Attribute readonly holen
<input readonly="$value" />
at line 754
Input
setRequired(string $value)
HTML-Attribute required setzen
<input required="$value" />
at line 768
string
getRequired()
HTML-Attribute required holen
<input required="$value" />
at line 783
Input
setSize(string $value)
HTML-Attribute size setzen
<input size="$value" />
at line 797
string
getSize()
HTML-Attribute size holen
<input size="$value" />
at line 812
Input
setSrc(string $value)
HTML-Attribute src setzen
<input src="$value" />
at line 826
string
getSrc()
HTML-Attribute src holen
<input src="$value" />
at line 841
Input
setStep(string $value)
HTML-Attribute step setzen
<input step="$value" />
at line 855
string
getStep()
HTML-Attribute step holen
<input step="$value" />
at line 870
Input
setType(string $value)
HTML-Attribute type setzen
<input type="$value" />
at line 884
string
getType()
HTML-Attribute type holen
<input type="$value" />
at line 913
string
getValue()
HTML-Attribute value holen
<input value="$value" />
at line 928
Input
setWidth(string $value)
HTML-Attribute width setzen
<input width="$value" />
at line 942
string
getWidth()
HTML-Attribute width holen
<input width="$value" />