You are here

README.txt in Token Insert 6.2

Same filename and directory in other branches
  1. 7.2 README.txt
$Id:

Description
===========
This module allows you to insert tokens into a textarea. It supports both plain text and wysiwyg textareas. The format used for the insert is compatible with Token filter.

This module contains three modules:

- Token insert UI: Allows you to select which tokens are available for the insert, by default all tokens are shown. This module doesn't have to be enabled to use the others.
- Token insert (text): Add a fieldset under each textarea, works for both plain text fields and wysiwyg fields.
- Token insert (wysiwyg): Adds an extra button to wysiwyg editors and opens a popup to select the token to insert.

Dependencies
============
-Token
- For Token insert (wysiwyg): 
  - JQuery update 6.x-2.0
  - JQuery UI
  - Jquery UI Dialog, you'll need http://jquery-ui.googlecode.com/files/jquery-ui-1.7.3.zip

Recommended
===========
- Token filter

Thanks to
=========
- Attiks
- Jelle

File

README.txt
View source
  1. $Id:
  2. Description
  3. ===========
  4. This module allows you to insert tokens into a textarea. It supports both plain text and wysiwyg textareas. The format used for the insert is compatible with Token filter.
  5. This module contains three modules:
  6. - Token insert UI: Allows you to select which tokens are available for the insert, by default all tokens are shown. This module doesn't have to be enabled to use the others.
  7. - Token insert (text): Add a fieldset under each textarea, works for both plain text fields and wysiwyg fields.
  8. - Token insert (wysiwyg): Adds an extra button to wysiwyg editors and opens a popup to select the token to insert.
  9. Dependencies
  10. ============
  11. -Token
  12. - For Token insert (wysiwyg):
  13. - JQuery update 6.x-2.0
  14. - JQuery UI
  15. - Jquery UI Dialog, you'll need http://jquery-ui.googlecode.com/files/jquery-ui-1.7.3.zip
  16. Recommended
  17. ===========
  18. - Token filter
  19. Thanks to
  20. =========
  21. - Attiks
  22. - Jelle