Catching and cleaning of pasted Word

  •  07-15-2005, 5:53 AM

    Catching and cleaning of pasted Word

    Our content managers usually write up their articles in Word.  We want CuteEditor to clean the text input immediately after pasting. A short look in the "clean.aspx" file shows, that it is possible to use the function calls codeCleaner('word'), codeCleaner('span') and so on.

    We need a solution to catch the events fired from
     
    'CTRL-V',
    INSERT from the context menue (right mouse button) and 
    INSERT-Button from CuteEditor.

    After catching we have to execute codeCleaner('word'), codeCleaner('span') and codeCleaner('font'),
    before the text reaches Cuteeditor

    If this is not possible, the Editor is not the right tool for us. Sorry :-(

    Pelase, advise.
View Complete Thread