Go to file
Aaron Carlino 50db2ea476
Merge pull request #50 from silverstripe/pulls/1.0/new-docs
Update userguide for compliance with new docs site
2019-12-19 12:47:05 +13:00
code FIX: getCMSField still works if the Metadata field has been removed by another module 2016-02-24 20:53:19 +07:00
docs/en/userguide Update userguide for compliance with new docs site 2019-12-06 14:50:10 +13:00
javascript Update for jQuery 3. 2019-08-09 11:16:41 +12:00
lang Update translations 2017-05-12 15:06:51 +12:00
templates/Layout More globalisation in module 2013-10-24 22:24:39 +02:00
tests Adding explicit use of database to tests 2016-12-09 12:15:25 +00: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 Added standard git attributes 2015-11-19 19:12:17 +13:00
.scrutinizer.yml Added standard Scrutinizer config 2015-11-18 15:16:04 +13:00
.travis.yml Update Travis builds to include PHP 7, update PHPUnit to 5.7 2019-07-24 12:41:30 +02:00
README.md ENHANCEMENT: Addition of code coverage and badges 2016-02-25 21:49:23 +07:00
_config.php ENHANCEMENT: add auto-sizing iframes, cleanup 2012-06-01 17:21:05 +12: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
composer.json Update Travis builds to include PHP 7, update PHPUnit to 5.7 2019-07-24 12:41:30 +02:00
license.md Updated license year 2016-01-01 06:46:21 +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.