For a project I have, I would like to implement the following functionality. 1- Having an area on a Web page similar to the text area, but with more editing capabilites. The area should behave like a basic Wysiwyg word processing application: - ability to select some text and to make it bold, italic... - ability to change alignement of any selected paragraphe. Any of the previous formatting changes should be immediatly visible on the area on the the Web page. When the user choose to save its text it should store it as a Zope object containing the text. Each of the formatted part of the text should be marked with some tags (the text will be processed later in Zope to produce some new output). The end users will work on Windows so maybe there are some specific tools in Windows I could use? Any idea? ****************************************************** Oscar Picasso picasso@videotron.ca ******************************************************
The ZIE product demo could be what your looking for. It wouldn't be to much of a hassle to implement your requirements. It's is restricted to Internet Explorer 5 at the moment, but can't be easly be extended to support Internet Explorer 4 as well. http://www.zope.org/Members/johanc/ZIE Best Regards, Johan Carlsson """ ZIE is a project for developing a WYSIWYG editor for Zope using a DHTML Editing Component that comes with Internet Explorer. There is some ideas about extending the scoop of the ZIE-project to include a platform independant framework for different WYSIWYG implementations (Java Applets, XUL and more). """
For a project I have, I would like to implement the following functionality. 1- Having an area on a Web page similar to the text area, but with more editing capabilites. The area should behave like a basic Wysiwyg word processing application: - ability to select some text and to make it bold, italic... - ability to change alignement of any selected paragraphe. Any of the previous formatting changes should be immediatly visible on the area on the the Web page. When the user choose to save its text it should store it as a Zope object containing the text. Each of the formatted part of the text should be marked with some tags (the text will be processed later in Zope to produce some new output).
The end users will work on Windows so maybe there are some specific tools in Windows I could use?
Any idea?
****************************************************** Oscar Picasso picasso@videotron.ca ******************************************************
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope No cross posts or HTML encoding! (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Johan Carlsson -
Oscar Picasso