blob: 3f0e329a184c34f0cc6212d4f16ece728a22e30b [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.html.elements.Iframe",
"baseClassname": "org.apache.royale.html.NodeElementBase"
,
"description": "The Iframe class represents an HTML <iframe> element https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.9.8"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "method",
"qname": "org.apache.royale.html.elements.Iframe",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"return": "",
"params": []}
,
{ "type": "accessor",
"access": "read-write",
"return": "String",
"qname": "allow",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Specifies the feature policy for the iframe https://developer.mozilla.org/en-US/docs/Web/HTTP/Feature_Policy",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.9.8"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-write",
"return": "String",
"qname": "csp",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Specifies the Content Security Policy for the iframe https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.9.8"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-write",
"return": "String",
"qname": "importance",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The download priority of the resource in the <iframe>'s src attribute. Allowed values: auto (default) No preference. The browser uses its own heuristics to decide the priority of the resource. high The resource should be downloaded before other lower-priority page resources. low The resource should be downloaded after other higher-priority page resources.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.9.8"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-write",
"return": "String",
"qname": "loading",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Indicates how the browser should load the iframe: eager: Load the iframe immediately, regardless if it is outside the visible viewport (this is the default value). lazy: Defer loading of the iframe until it reaches a calculated distance from the viewport, as defined by the browser.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.9.8"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-write",
"return": "String",
"qname": "name",
"namespace": "public",
"bindable": [],
"details": ["override"],
"deprecated": {}},
{ "type": "accessor",
"access": "read-write",
"return": "String",
"qname": "referrerpolicy",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Indicates which referrer to send when fetching the frame's resource https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/referrerPolicy",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.9.8"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-write",
"return": "String",
"qname": "sandbox",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Applies extra restrictions to the content in the frame. The value of the attribute can either be empty to apply all restrictions, or space-separated tokens to lift particular restrictions: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe#attr-sandbox",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.9.8"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-write",
"return": "String",
"qname": "src",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The URL of the page to embed. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe#attr-src https://developer.mozilla.org/en-US/docs/Web/HTTP/Feature_Policy",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.9.8"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]}]
}