Go to file
Ingo Schommer 70ba4c6c39 Create LICENSE 2013-09-02 11:43:35 +02:00
code Move fields above metadata on IFramePage 2013-02-27 16:37:48 +13:00
docs/en Add user docs 2013-02-27 17:09:14 +13:00
javascript ENHANCEMENT: refactor the IFramePage, add tests 2012-06-05 11:30:13 +12:00
templates/Layout MINOR none visual indication for users using screenreaders that their experience might impaired by the iframe 2013-07-08 17:31:36 +12:00
tests ENHANCEMENT: refactor the IFramePage, add tests 2012-06-05 11:30:13 +12:00
LICENSE Create LICENSE 2013-09-02 11:43:35 +02:00
README.md Add user docs 2013-02-27 17:09:14 +13:00
_config.php ENHANCEMENT: add auto-sizing iframes, cleanup 2012-06-01 17:21:05 +12:00
composer.json Add composer.json 2012-12-10 13:21:48 +13:00

README.md

IFrame module

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.