/[drupal]/contributions/modules/quicktags/README.txt
ViewVC logotype

Contents of /contributions/modules/quicktags/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.6 - (show annotations) (download)
Sat Feb 3 10:34:50 2007 UTC (2 years, 9 months ago) by ber
Branch: MAIN
CVS Tags: DRUPAL-5--3-1-DEV, HEAD
Branch point for: DRUPAL-5--3, DRUPAL-5--2, DRUPAL-5
Changes since 1.5: +9 -4 lines
File MIME type: text/plain
Added $Id$ entry
Synched description with the .info file and the online (on drupal.org) text.
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$

  ViewVC Help
Powered by ViewVC 1.1.2