You are here

README.txt in iToggle 7.2

Same filename and directory in other branches
  1. 8.3 README.txt
iToggle uses the iToggle jQuery plugin to create engaging and interactive widgets for fields and boolean bundle properties.

CONTENTS OF THIS FILE
---------------------
 * Introduction
 * Installation

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

It does the following:

    * Autodetects entity types and boolean bundle properties
    * Provides an extra Views Field for each Bundle/Property combination
    * Provides a new Field Type for Boolean fields
    * Provides a Field Widget for iToggle Fields
    * Provides a Field Formatter for both iToggle and Boolean Fields
    * Allows iToggle widget to be used for editing node properties: status, promote & sticky

iToggle does not yet do the following

    * Allow generic entity properties to be toggled in entity edit forms

The iToggle widgets can optionally trigger AJAX requests that toggle entity properties or field values.
Permissions are checked and a security token is validated before executing the action to avoid exploits.


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

 * Extract the module in your sites/all/modules or sites/all/modules/contrib directory and enable it

File

README.txt
View source
  1. iToggle uses the iToggle jQuery plugin to create engaging and interactive widgets for fields and boolean bundle properties.
  2. CONTENTS OF THIS FILE
  3. ---------------------
  4. * Introduction
  5. * Installation
  6. INTRODUCTION
  7. ------------
  8. It does the following:
  9. * Autodetects entity types and boolean bundle properties
  10. * Provides an extra Views Field for each Bundle/Property combination
  11. * Provides a new Field Type for Boolean fields
  12. * Provides a Field Widget for iToggle Fields
  13. * Provides a Field Formatter for both iToggle and Boolean Fields
  14. * Allows iToggle widget to be used for editing node properties: status, promote & sticky
  15. iToggle does not yet do the following
  16. * Allow generic entity properties to be toggled in entity edit forms
  17. The iToggle widgets can optionally trigger AJAX requests that toggle entity properties or field values.
  18. Permissions are checked and a security token is validated before executing the action to avoid exploits.
  19. INSTALLATION
  20. ------------
  21. * Extract the module in your sites/all/modules or sites/all/modules/contrib directory and enable it