Actually the Xinha editor has a button that addresses this
particular
issue, and here at SAPO we're more or less used to use it.
Don't recall exactly if it comes activated by default, but
here are
my xinha configuration directives:
XINHA_PLUGINS =
['ContextMenu','Stylist','SpellChecker']
XINHA_TOOLBAR =
[["bold","italic","underline",
"strikethrough","separator"],
(HTMLArea.is_gecko ? [] :
["cut","copy","paste"]),
["space","undo","redo","s
eparator"],["createlink","separator"
;],
["killword","removeformat","separat
or","htmlmode"]]
The word special are those last elements on the toolbar
conf.
Hope this helps,
Pedro
On Apr 18, 2007, at 8:58 AM, Simon Wilcox wrote:
> On Wed, 18 Apr 2007, Jesper Andersen wrote:
>
>> I think that a combination of using Xinha to make
links and
>> formatting,
>> like Bold text easier, and the rich paragraph to
include images
>> inside the
>> paragraph is the way to go.
>
> We found that Xinha & HTMLArea were more trouble
than they're worth as
> content pasted from Word gets pasted in complete with
masses of M$-
> flavour
> HTML.
>
> You either have to implement an html filter to strip it
all out which
> is never comprehensive, or you have to train the users
to paste into
> Notepad, save and copy n paste from there. By which
time you might
> as well
> train them to use Textile markup and give 'em a plain
text area.
>
> Bitter ? Me ?
>
> Simon Wilcox
>
> --
> Digital Craftsmen Ltd
> Exmouth House, 3 Pine Street, bond. EC1R 0JH
> t 020 7183 1410 f 020 7099 5140 m 07951 758698
> w http://www.digitalcr
aftsmen.net/
|