You are here

README.txt in Iframe 8

Same filename and directory in other branches
  1. 8.2 README.txt
  2. 7 README.txt
CONTENTS OF THIS FILE
---------------------

* Introduction
* Requirements
* Recommended Modules
* Installation
* Configuration
* Maintainers


INTRODUCTION
------------

The Iframe module creates a custom field, which lets you add a complete iframe
to your content types; including src-URL, setting width and height, optionally
a title above, and optionally a target attribute.

* For a full description of the module, visit this page:
https://www.drupal.org/project/iframe

* To submit bug reports and feature suggestions, or to track changes:
https://www.drupal.org/project/issues/iframe


REQUIREMENTS
------------

This module requires no other modules outside of Drupal core.


RECOMMENDED MODULES
-------------------

Token - https://www.drupal.org/project/token


INSTALLATION
------------

Install the Iframe module as you would normally install a contributed Drupal
module.
Visit: https://www.drupal.org/docs/8/extending-drupal-8/installing-modules
for further information.


CONFIGURATION
-------------

1. Navigate to Administration > Structure > Content types
   > [Content to edit] > Manage fields.
2. Add a new field and select "Iframe" as the Field type. 
3. There are three choices for Widget types: URL only, URL with height,
   and URL with width and height.

Field Settings
1. Navigate to Administration > Structure > Content types
   > [Content to edit] > Manage fields > Field to edit > Field Settings.
2. The width and height of an iframe can be set.
   They can be set in either fixed pixels (numbers only without "px" suffix) or
   in percentages with the percentage symbol following the number (%).
   ie. "50%" or for 500 pixels just "500".
3. Additional CSS classes can be defined.
   Multiple classes should be separated by spaces.
   Check the "Expose Additional CSS Class" box to allow authors to specify an
   additional class attribute.
4. A frameborder can be set. The default is set to zero (0), or no border.
5. Scrolling can be set to Automatic, Disabled, or Enabled.
   Scrollbars help the user to reach all iframe content despite the real height
   of the iframe content.
6. Transparency can be set to on or off to allow transparency per CSS in the
   outer iframe tag.
7. Token support can be set to "no tokens allowed",
   "tokens only in title field", or "tokens for title and URL field".
   The Token module must be enabled for some of this functionality.


MAINTAINERS
-----------

* neffets - https://www.drupal.org/u/neffets

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Recommended Modules
  6. * Installation
  7. * Configuration
  8. * Maintainers
  9. INTRODUCTION
  10. ------------
  11. The Iframe module creates a custom field, which lets you add a complete iframe
  12. to your content types; including src-URL, setting width and height, optionally
  13. a title above, and optionally a target attribute.
  14. * For a full description of the module, visit this page:
  15. https://www.drupal.org/project/iframe
  16. * To submit bug reports and feature suggestions, or to track changes:
  17. https://www.drupal.org/project/issues/iframe
  18. REQUIREMENTS
  19. ------------
  20. This module requires no other modules outside of Drupal core.
  21. RECOMMENDED MODULES
  22. -------------------
  23. Token - https://www.drupal.org/project/token
  24. INSTALLATION
  25. ------------
  26. Install the Iframe module as you would normally install a contributed Drupal
  27. module.
  28. Visit: https://www.drupal.org/docs/8/extending-drupal-8/installing-modules
  29. for further information.
  30. CONFIGURATION
  31. -------------
  32. 1. Navigate to Administration > Structure > Content types
  33. > [Content to edit] > Manage fields.
  34. 2. Add a new field and select "Iframe" as the Field type.
  35. 3. There are three choices for Widget types: URL only, URL with height,
  36. and URL with width and height.
  37. Field Settings
  38. 1. Navigate to Administration > Structure > Content types
  39. > [Content to edit] > Manage fields > Field to edit > Field Settings.
  40. 2. The width and height of an iframe can be set.
  41. They can be set in either fixed pixels (numbers only without "px" suffix) or
  42. in percentages with the percentage symbol following the number (%).
  43. ie. "50%" or for 500 pixels just "500".
  44. 3. Additional CSS classes can be defined.
  45. Multiple classes should be separated by spaces.
  46. Check the "Expose Additional CSS Class" box to allow authors to specify an
  47. additional class attribute.
  48. 4. A frameborder can be set. The default is set to zero (0), or no border.
  49. 5. Scrolling can be set to Automatic, Disabled, or Enabled.
  50. Scrollbars help the user to reach all iframe content despite the real height
  51. of the iframe content.
  52. 6. Transparency can be set to on or off to allow transparency per CSS in the
  53. outer iframe tag.
  54. 7. Token support can be set to "no tokens allowed",
  55. "tokens only in title field", or "tokens for title and URL field".
  56. The Token module must be enabled for some of this functionality.
  57. MAINTAINERS
  58. -----------
  59. * neffets - https://www.drupal.org/u/neffets