[1313] Latest edit on
2008-11-01 23:23:06 by
DarTar [Removed HomePage link]
Deletions:
HomePage
[997] The oldest known version of this page was created on
2008-03-19 13:47:57 by
DarTar [new page]
HomePage
IFrame Action Documentation
This the documentation page for the
{{iframes}} action.
Documentation
This simple action can be used to include content that otherwise might not easily imported into a Wikka page.
Usage:
{{iframe url="http://google.com" [height="480"] [width="650"]}}
Note This feature has been removed from the
default action list due to security reasons: users could embed malign content from an external server in your wiki. You can activate this action by moving the
iframe.php file from the
/intranet folder to the
/actions folder. You should only use this if your site is on a local server and not on public websites.
Parameters
Parameters
| name | type | required? | default | description |
| url | string | required | / | the URL of the page to be embedded via an iframe |
| height | int | required | / | iframe height in pixels |
| width | int | required | / | iframe width in pixels |
References
W3C Recommendations. Inline frames: the IFRAME element
CategoryEN