A block for ftw.simplelayout
Project description
Introduction
This package is an addon for ftw.simplelayout. Please make sure you already installed ftw.simplelayout on your plone site before installing this addon.
ftw.iframeblock privides a block for ftw.simplelayout, which renders a iframe using iframe-resizer. Read the setup instructions of iframeresizer carefully: you need an implementation on both domains.
Linking to sub pages
When integrating other websites in iframes and indexing those contents in the search, we want to be able to link from the search to a specific iframed sub-page.
In order to make this possible we need to be able to pass the requested sub-page as GET request param.
For security reason, the origin of both URLs must be the same, otherwise the configured startpage is loaded.
Examples:
http://localhost:8080/Plone/the-page?i=http://foo.ch/bar/baz.php
http://localhost:8080/Plone/the-page?i_iframeblock2=http://foo.ch/bar/baz.php
Compatibility
Runs with Plone 4.3.x.
Installation local development-environment
$ git clone git@github.com:4teamwork/ftw.iframeblock.git
$ cd ftw.iframeblock
$ ln -s development.cfg buildout.cfg
$ python2.7 bootstrap.py
$ bin/buildout
$ bin/instance fg
Links
Continuous integration: https://jenkins.4teamwork.ch/search?q=ftw.iframeblock
Copyright
This package is copyright by 4teamwork.
ftw.iframeblock is licensed under GNU General Public License, version 2.
Changelog
1.5.0 (2019-04-11)
Add Plone 5.1 support [busykoala]
1.4.0 (2019-04-01)
Add new block configuration option for the height calculation method. [mbaechtold]
1.3.5 (2018-03-20)
Allow usage of anchor links inside iFrame block [raphael-s]
Always scroll a bit above iFrameblock after a new page has been loaded inside the block [raphael-s]
1.3.4 (2017-07-25)
Enable scrolling fallback when the iframe resizer is disabled. [lknoepfel]
Make iframe fixes compatible with ftw.iframefix 2.0. [Kevin Bieri]
Install ftw.iframefix [Kevin Bieri]
1.3.3 (2017-03-07)
Make IFrameBlock addable on plone site per default [raphael-s]
1.3.2 (2017-01-17)
Arghhh the js part should now remove the loading css class from the prev. element. [mathias.leimgruber]
1.3.1 (2017-01-17)
Well… implement IE compatible spinner, which does not changes the bg color of the iframe. [mathias.leimgruber]
1.3.0 (2017-01-10)
Implement spinner while loading the iframe. [mathias.leimgruber]
1.2.0 (2016-12-13)
Remove ftw.simplelayout mapblock dependency. [mathias.leimgruber]
1.1.0 (2016-10-04)
Allow opening sub-page by passing it as GET parameter “i”. [jone]
Update description of edit view. [raphael-s]
1.0.3 (2016-08-09)
Remove metadata.xml-dependencie to ftw.simplelayout. This package is an addon of ftw.simplelayout and should not install it. [elioschmutz]
1.0.2 (2016-07-08)
Add support for IE11 and MS Edge. [raphael schwob]
1.0.1 (2016-06-20)
Init implementation. [raphael schwob]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.