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 Iframe

Iframe - Nested browsing context

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\Iframe
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/Iframe.class.php
Methods summary
public
# __construct( string $value = null )

Neue Instanz von Iframe erstellen

Neue Instanz von Iframe 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\Iframe
# setSrc( Alvine\Net\Resource\URI $value )

HTML-Attribute src setzen

HTML-Attribute src setzen

<iframe src="$value" />

Parameters

$value
Wert

Returns

Alvine\Markup\Html\Element\Html\Iframe
public Alvine\Net\Resource\URI
# getSrc( )

HTML-Attribute src holen

HTML-Attribute src holen

<iframe src="$value" />

Returns

Alvine\Net\Resource\URI
URI
public Alvine\Markup\Html\Element\Html\Iframe
# setSrcdoc( string $value )

HTML-Attribute srcdoc setzen

HTML-Attribute srcdoc setzen

<iframe srcdoc="$value" />

Parameters

$value
Wert

Returns

Alvine\Markup\Html\Element\Html\Iframe
public string
# getSrcdoc( )

HTML-Attribute srcdoc holen

HTML-Attribute srcdoc holen

<iframe srcdoc="$value" />

Returns

string
Wert
public Alvine\Markup\Html\Element\Html\Iframe
# setNameAttribute( string $value )

HTML-Attribute name setzen

HTML-Attribute name setzen

<iframe name="$value" />

Parameters

$value
Wert

Returns

Alvine\Markup\Html\Element\Html\Iframe
public string
# getNameAttribute( )

HTML-Attribute name holen

HTML-Attribute name holen

<iframe name="$value" />

Returns

string
Wert
public Alvine\Markup\Html\Element\Html\Iframe
# setSandbox( string $value )

HTML-Attribute sandbox setzen

HTML-Attribute sandbox setzen

<iframe sandbox="$value" />

Parameters

$value
Wert

Returns

Alvine\Markup\Html\Element\Html\Iframe
public string
# getSandbox( )

HTML-Attribute sandbox holen

HTML-Attribute sandbox holen

<iframe sandbox="$value" />

Returns

string
Wert
public Alvine\Markup\Html\Element\Html\Iframe
# setWidth( string $value )

HTML-Attribute width setzen

HTML-Attribute width setzen

<iframe width="$value" />

Parameters

$value
Wert

Returns

Alvine\Markup\Html\Element\Html\Iframe
public string
# getWidth( )

HTML-Attribute width holen

HTML-Attribute width holen

<iframe width="$value" />

Returns

string
Wert
public Alvine\Markup\Html\Element\Html\Iframe
# setHeight( string $value )

HTML-Attribute height setzen

HTML-Attribute height setzen

<iframe height="$value" />

Parameters

$value
Wert

Returns

Alvine\Markup\Html\Element\Html\Iframe
public string
# getHeight( )

HTML-Attribute height holen

HTML-Attribute height holen

<iframe height="$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