Package: collective - CMFVisualEditor
Askin for Plone that makes use of the DHTML Editing Control in IE 5+. This helps you to edit your documents
in a WYSIWYG mode and is fully copy-paste aware.
a test of SfIndex product
Sourceforge Info
| Project Name: | collective |
| Package Name: | CMFVisualEditor |
| Files Page: | http://sourceforge.net/project/showfiles.php?group_id=55262&package_id=74803 |
| Browse CVS: | http://cvs.sourceforge.net/viewcvs.py/collective/CMFVisualEditor/ |
Releases
| Release Date | Release Name | Download | |
|---|---|---|---|
| 2003-03-05 04:54 | 0.2 | sourceforge | |
| 2003-02-19 22:00 | CMFVisualEditor0.1 | sourceforge |
Package README (CVS ver. 1.3)
CMFVisualEditor is a skin for Plone that makes use of the DHTML
Editing Control in IE 5+. This helps you to edit your documents
in a WYSIWYG mode and is fully copy-paste aware.
Install instructions
- goto root of your CMF/Plone site in /manage
- create a External Method
id: install_ve
module: CMFVisualEditor.Install
function: install
- click save
- click test
Optional:
Geoff Davis wired up a Tidy button on the editor if you have
all of the software installed. When you have both strip-o-gram
and mxTidy installed you can parse out the cruft that comes along
for the ride when you paste from MS Word. Attribute bindings like
<o:p> are parsed out. Take that unhappy propreitary markup and
make it squeeky clean standards compliant ;-)
- strip-o-gram, http://www.zope.org/Members/chrisw/StripOGram
- mxTidy, http://www.lemburg.com/files/python/mxTidy.html
- vcXMLRPC http://www.vcdn.org/Public/XMLRPC/
(in Plone 1.0.2 or above we ship with vcXMLRPC in plone_ecmascripts)
CREDITS:
Magnus, GDavis, Limi and all others who have contributed code.