| 1 |
$Id: README.txt,v 1.1 2006/05/21 21:56:20 karthik Exp $
|
| 2 |
|
| 3 |
About
|
| 4 |
-----
|
| 5 |
The snippets module can be used to insert code snippets, general text templates and so on into
|
| 6 |
specified Drupal textareas. Snippets can be related to textareas in forms, using the element ID
|
| 7 |
of the textarea and the form ID of the form. These will need to be obtained by viewing the HTML
|
| 8 |
source of the form in question.
|
| 9 |
|
| 10 |
This module uses Javascript in combination with XMLHTTP and JSON to retrieve and insert the
|
| 11 |
snippets.
|
| 12 |
|
| 13 |
Bug reports and other feedback are always welcome.
|
| 14 |
|
| 15 |
Links
|
| 16 |
-----
|
| 17 |
* JSnippets configuration: admin/build/jsnippets
|
| 18 |
* Project URL: http://drupal.org/project/jsnippets
|
| 19 |
|
| 20 |
Notes
|
| 21 |
-----
|
| 22 |
Related module: Code Snippets : http://drupal.org/node/17571
|
| 23 |
|
| 24 |
Credits
|
| 25 |
-------
|
| 26 |
Author: Zen / |gatsby| / Karthik Kumar : http://drupal.org/user/21209
|
| 27 |
Partially sponsored by: Chris Meryck.
|