IFrame
Last updated
I Frame
IFrame is an HTML document which is embedded in another HTML doc on a web page. IFrames are used to insert content from another source.
Card Body
Col
Horizontal Section
Vertical Section
Popover
Pulse
Trigger Before Render
Specify an expression that should return the url for the Iframe.
Allowed Values: An expression which should return string after evaluation
Use this to selectively enable, disable, and modify the behavior of certain features of iframe. Eg: microphone, camera, geolocation.
Allowed Values: An expression which should return string after evaluation
Please specify title for the IFrame
Allowed Values: Free text field
Specify a number to set the height of the IFrame
Allowed Values: Any number value
Specify a number to set the width of the IFrame
Allowed Values: Any number value
Enable this to add border to the IFrame
Allowed Values: Yes/No
Enable this to add a scrollbar to the IFrame
Allowed Values: Yes/No
Select a value to add margin on all four sides of the component. It is a shorthand for margin-top, margin-right, margin-bottom, and margin-left.
Allowed Values: Any number value
Select a value to add margin on the bottom of the component.
Allowed Values: Any number value
Select a value to add margin on the left of the component.
Allowed Values: Any number value
Select a value to add margin on the right of the component.
Allowed Values: Any number value
Select a value to add margin on the top of the component.
Allowed Values: Any number value
Select a value to add padding on all four sides of the component. It is a shorthand for padding-top, padding-right, padding-bottom, and padding-left.
Allowed Values: Any number value
Select a value to add padding in the bottom of the component.
Allowed Values: Any number value
Select a value to add padding in the left of the component.
Allowed Values: Any number value
Select a value to add padding in right of the component.
Allowed Values: Any number value
Select a value to add padding in top of the component.
Allowed Values: Any number value
Last updated