Projet

Général

Profil

Paste
Télécharger (753 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / token_insert / README.txt @ 74f6bef0

1
$Id:
2

    
3
Description
4
===========
5
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.
6

    
7
This module contains three modules:
8

    
9
- 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.
10
- Token insert (text): Add a fieldset under each textarea, works for both plain text fields and wysiwyg fields.
11
- Token insert (wysiwyg): Adds an extra button to wysiwyg editors and opens a popup to select the token to insert.
12

    
13
Dependencies
14
============
15
-Token
16
Recommended
17
===========
18
- Token filter
19

    
20
Thanks to
21
=========
22
- Attiks
23
- Jelle
24