From 7538581ccc178dc7779e82073d3b4896087528a0 Mon Sep 17 00:00:00 2001 From: "akkana%netscape.com" Date: Sat, 4 Dec 1999 02:04:30 +0000 Subject: [PATCH] Editor README from Daniel Howard git-svn-id: svn://10.0.0.236/trunk@55262 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/editor/README.html | 51 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 mozilla/editor/README.html diff --git a/mozilla/editor/README.html b/mozilla/editor/README.html new file mode 100644 index 00000000000..3a4eba93424 --- /dev/null +++ b/mozilla/editor/README.html @@ -0,0 +1,51 @@ + + + +

+ +HTML (i.e. Composer) and plaintext editor

+ +

+ +The editor directory contains C++ interfaces, C++ code, and XUL/Javascript +for the embeddable editor component, which is used for the HTML Editor +("Composer"), for plain and html mail compose, and for text fields and +text areas throughout the product. +

+The editor is designed like a "browser window with editing features": it +adds some special classes for editing text and managing transaction +undo/redo, but reuses browser code for nearly everything else. + + +