
How to Integrate OTRS with htmlArea
htmlArea is a JavaScript based WYSIWYG editor replacement for any
<textarea> field. It features a word processor like interface to compose
HTML without even knowing about it. This way your users may compose
HTML-FAQs on the fly with a convenient GUI, for example.
htmlArea is published by interactivetools.com
http://www.interactivetools.com/ under a BSD-style license
http://www.interactivetools.com/products/htmlarea/license.html. You
can download htmlArea from the homepage:
http://www.interactivetools.com/products/htmlarea/
Install htmlArea. See htmlArea's documentation for this. Make it
accessible via the URI "/htmlarea/". Basically, this means inserting an
alias definition to your httpd.conf. The following line assumes you
installed htmlArea to /usr/local/htmlarea, which may not be the case
with
your installation, so please adapt:
Alias /htmlarea/ "/usr/local/htmlarea/"
Make sure it is working by visiting
http://localhost/htmlarea/examples/. You may later want to delete the
examples, but have a look at them to get an impression of what's
possible with the software.
Create a new theme. Refer to
http://doc.otrs.org/1.2/en/html/dtl-theme.html on how to do this. We
will refer to MyTheme in the following as the new Theme.
Create
participants (1)
-
Robert Kehl