Class IFRAME
Inline-frame node.
- Core\Object implements Core\Chainable
-
Core\Set
implements
Core\Accessor
-
Core\View\Driver\coreui\Element
implements
ArrayAccess,
Countable
-
Core\View\Driver\coreui\Element\IFRAME
Package: CoreUI\Element
Since: 3.1
Requires: PHP 5.3
Version: 1.0
Located at View/Driver/coreui/Element/IFRAME.inc.php
Methods summary
protected
|
#
__construct(
Element constructor. |
public
string
|
|
public
|
|
public
|
|
public
|
#
setSandbox( string|string[]|null $value )
Sets one or multiple sandbox restriction flags. Stored as |
public
|
#
setSeamless( boolean $value )
Sets the seamless flag for the inline-frame. Represented by an existing
|
public
|
|
public
|
Methods inherited from Core\View\Driver\coreui\Element
__clone(),
addClass(),
addClasses(),
append(),
cdata(),
clear(),
count(),
derive(),
extend(),
hasAttribute(),
hasClass(),
hide(),
id(),
insertAt(),
issetStyle(),
offsetExists(),
offsetGet(),
offsetSet(),
offsetUnset(),
on(),
pop(),
push(),
removeClass(),
setAttribute(),
setAttributes(),
setStyle(),
setTitle(),
shift(),
text(),
unShift(),
verbatim()
Methods inherited from Core\Object
__autocreateFactory(),
__call(),
__processParameters(),
attachMethod(),
chain(),
getValueForKey(),
getValueForKeyPath(),
getValueForUndefinedKey(),
hash(),
issetValueForKey(),
setValueForKey(),
setValueForKeyPath(),
setValueForUndefinedKey(),
uuid()
Constants summary
string |
AllowFormsSandbox
Allows form submission from inside the inline-frame. |
#
'allow-forms'
|
string |
AllowSameOriginSandbox
Allows the inline-frame content to be treated as if it were from the same origin as the containing document. |
#
'allow-same-origin'
|
string |
AllowScriptsSandbox
Allows the inline-frame to execute scripts. |
#
'allow-scripts'
|
string |
AllowTopNavigationSandbox
Allows the inline-frame to navigate (i.e. load) content from it's top (containing) document. |
#
'allow-top-navigation'
|
string |
FullSandbox
Enables all sandbox restrictions for the inline-frame. |
#
''
|
Constants inherited from Core\View\Driver\coreui\Element
Constants inherited from Core\Object
AnyParameterType,
AutochainParameterType,
AutocreateParameterType,
BooleanParameterType,
CharParameterType,
EnumParameterType,
IntegerParameterType,
RealParameterType,
StringParameterType,
UserParameterType
Properties summary
Properties inherited from Core\View\Driver\coreui\Element
$_id,
$_v_attributes,
$_v_children,
$_v_classes,
$_v_proxy,
$_v_styles,
$_v_type