Go to file
Dylan Wagstaff 352bc67aa8 Update CI tool configurations to fit SS4 conventions
Also update test class to use non-deprecated methods from core (such as
Config::update). Fix a few code sniffer errors.
2017-11-22 18:10:32 +13:00
.tx Transifex support 2013-10-24 22:21:58 +02:00
code Update CI tool configurations to fit SS4 conventions 2017-11-22 18:10:32 +13:00
docs/en/userguide editing existing readme doc link and moved user doc into userguide folder + changed to index file 2015-12-21 10:39:17 +13:00
javascript Add support for Firefox & IE9 2015-07-28 11:46:42 +12:00
lang This merge will upgrade silverstripe iframe module for compatibility with SS4 2017-06-19 14:51:10 +12:00
templates/Silverstripe/IFrame/Layout This merge will upgrade silverstripe iframe module for compatibility with SS4 2017-06-19 14:51:10 +12:00
tests Update CI tool configurations to fit SS4 conventions 2017-11-22 18:10:32 +13:00
.codecov.yml Remove codecov comments 2017-06-15 19:18:01 +01:00
.editorconfig Added standard editor config 2015-11-19 13:25:43 +13:00
.gitattributes Update CI tool configurations to fit SS4 conventions 2017-11-22 18:10:32 +13:00
.gitignore Update CI tool configurations to fit SS4 conventions 2017-11-22 18:10:32 +13:00
.scrutinizer.yml Update CI tool configurations to fit SS4 conventions 2017-11-22 18:10:32 +13:00
.travis.yml Update CI tool configurations to fit SS4 conventions 2017-11-22 18:10:32 +13:00
README.md ENHANCEMENT: Addition of code coverage and badges 2016-02-25 21:49:23 +07:00
_config.php Update CI tool configurations to fit SS4 conventions 2017-11-22 18:10:32 +13:00
changelog.md Add changelog for 1.0.10 2016-05-18 18:38:19 +12:00
code-of-conduct.md Added standard code of conduct 2015-11-21 20:14:16 +13:00
codecov.yml Update CI tool configurations to fit SS4 conventions 2017-11-22 18:10:32 +13:00
composer.json Update CI tool configurations to fit SS4 conventions 2017-11-22 18:10:32 +13:00
license.md Update CI tool configurations to fit SS4 conventions 2017-11-22 18:10:32 +13:00
phpcs.xml.dist Update CI tool configurations to fit SS4 conventions 2017-11-22 18:10:32 +13:00
phpunit.xml.dist Update CI tool configurations to fit SS4 conventions 2017-11-22 18:10:32 +13:00

README.md

IFrame module

Build Status Scrutinizer Code Quality Build Status codecov.io

Latest Stable Version Latest Unstable Version Total Downloads License Monthly Downloads Daily Downloads

Dependency Status Reference Status

codecov.io

Introduction

The iframe module provides an IFrame page type that allows you to embed an IFrame into a page without resorting to custom code.

Requirements

  • SilverStripe 3.0

Installation

Copy the iframe directory into your SilverStripe project, then append dev/build?flush=all to the website URL in your browser. e.g. http://mysite.com/dev/build?flush=all

Instructions

For usage instructions see user manual.

Contributing

Translations

Translations of the natural language strings are managed through a third party translation interface, transifex.com. Newly added strings will be periodically uploaded there for translation, and any new translations will be merged back to the project source code.

Please use https://www.transifex.com/projects/p/silverstripe-iframe to contribute translations, rather than sending pull requests with YAML files.