Overview

Namespaces

  • Alvine
    • Markup
      • Html
        • Constraint
        • Element
          • Html
          • Svg
        • Node
        • Operation
        • Tokenizer
          • State
          • Token
            • Util
        • TreeConstructor
          • InsertionMode

Classes

  • A
  • Abbr
  • Address
  • Area
  • Article
  • Aside
  • Audio
  • B
  • Base
  • Bdi
  • Bdo
  • Blockquote
  • Body
  • Br
  • Button
  • Canvas
  • Caption
  • Cite
  • Code
  • Col
  • Colgroup
  • Data
  • Datalist
  • Dd
  • Del
  • Dfn
  • Div
  • Dl
  • Dt
  • Em
  • Embed
  • Fieldset
  • Figcaption
  • Figure
  • Footer
  • Form
  • Fugure
  • H1
  • H2
  • H3
  • H4
  • H5
  • H6
  • Head
  • Header
  • Hr
  • Html
  • I
  • Iframe
  • Img
  • Input
  • Ins
  • Kbd
  • Keygen
  • Label
  • Legend
  • Li
  • Link
  • Main
  • Map
  • Mark
  • Meta
  • Meter
  • Mi
  • Nav
  • Noscript
  • ObjectElement
  • Ol
  • Optgroup
  • Option
  • Output
  • P
  • Param
  • Plaintext
  • Pre
  • Progress
  • Q
  • Rb
  • Rp
  • Rt
  • Rtc
  • Ruby
  • S
  • Samp
  • Script
  • Section
  • Select
  • Small
  • Source
  • Span
  • Strong
  • Style
  • Sub
  • Sup
  • Table
  • Tbody
  • Td
  • Template
  • Textarea
  • Tfoot
  • Th
  • Thead
  • Time
  • Title
  • Tr
  • Track
  • U
  • Ul
  • VarTag
  • Video
  • Wbr
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated

Class Label

Label - Caption for a form control

Die Beschreibung des Elements ist in der HTML-Spezifikation zu finden

Alvine\Types\Node
Extended by Alvine\Markup\Html\Node
Extended by Alvine\Markup\Html\Element implements Alvine\Markup\Html\FromToken
Extended by Alvine\Markup\Html\Element\Html
Extended by Alvine\Markup\Html\Element\Normal
Extended by Alvine\Markup\Html\Element\Html\Label
Namespace: Alvine\Markup\Html\Element\Html
Package: Alvine\Markup\Html
Category: Alvine
License: Alvine Nutzungslizenz
Author: schukai GmbH info@schukai.de
Version: $Revision:$
Since: 20150309
Link: http://www.w3.org/TR/html5/dom.html#elements
Link: alvine.io
Located at element/html/Label.class.php
Methods summary
public
# __construct( string $value = null )

Neue Instanz von Label erstellen

Neue Instanz von Label erstellen

Parameters

$value
Wert

Link

http://www.w3.org/TR/html5/syntax.html

Overrides

Alvine\Markup\Html\Element::__construct()
public Alvine\Markup\Html\Element\Html\Label
# setForm( string $value )

HTML-Attribute form setzen

HTML-Attribute form setzen

<label form="$value" />

Parameters

$value
Wert

Returns

Alvine\Markup\Html\Element\Html\Label
public string
# getForm( )

HTML-Attribute form holen

HTML-Attribute form holen

<label form="$value" />

Returns

string
Wert
public Alvine\Markup\Html\Element\Html\Label
# setFor( string $value )

HTML-Attribute for setzen

HTML-Attribute for setzen

<label for="$value" />

Parameters

$value
Wert

Returns

Alvine\Markup\Html\Element\Html\Label
public string
# getFor( )

HTML-Attribute for holen

HTML-Attribute for holen

<label for="$value" />

Returns

string
Wert
Methods inherited from Alvine\Markup\Html\Element\Html
fromToken(), getAccesskey(), getClass(), getContenteditable(), getDir(), getHidden(), getIdAttribute(), getLang(), getSpellcheck(), getStyle(), getTabindex(), getTitle(), getTranslate(), isDraggable(), setAccesskey(), setClass(), setContenteditable(), setDir(), setDraggable(), setHidden(), setId(), setLang(), setSpellcheck(), setStyle(), setTabindex(), setTitle(), setTranslate(), unsetHidden()
Methods inherited from Alvine\Markup\Html\Element
__clone(), getAttributeValue(), getAttributes(), getHTML(), getTag(), hasEndTag(), removeAttribute(), setAttributeValue(), setAttributes(), setSelfClosing()
Methods inherited from Alvine\Markup\Html\Node
__toString(), setValue()
Properties inherited from Alvine\Markup\Html\Element
$attributes, $noEndTag, $selfClosing
alvine.markup.html API-Dokumentation 1.2.0 | © schukai GmbH | Impressum