| 1 |
README.txt
|
| 2 |
==========
|
| 3 |
Quicktags adds buttons to your forms, for easy insertation of code (like basic HTML) into a textarea.
|
| 4 |
It uses on-the-fly generated javascript to do the magick.
|
| 5 |
It is not a wysiwyg editor, but something far simpler: It simply inserts the basic HTML into your textarea.
|
| 6 |
|
| 7 |
|
| 8 |
API hook_quicktags
|
| 9 |
===
|
| 10 |
The quicktags uses a hook, so that your module can insert its own icons to the line of icons.
|
| 11 |
Read the notes on this in the source of the module please. You will find a nice example there too.
|
| 12 |
Read the manual here: http://webschuur.com/node/628
|
| 13 |
|
| 14 |
Notes
|
| 15 |
=====
|
| 16 |
We badly need to get the code optimised. Currently it is too heavy.
|
| 17 |
As of HEAD/4.7 the way of loading modules changes a bit, so we can then to the set_head in the actual textfile hook. That will make sure that the quitcktags JS is only generqted and used when there is a textfield.
|
| 18 |
|
| 19 |
Bèr Kessels [Drupal Services http://www.webschuur.com]
|
| 20 |
|
| 21 |
Feedback will be welcomed, but for support, please create an 'issue' of type 'support request' for the project 'quicktags'.
|
| 22 |
|
| 23 |
$Id$
|