Re: Paste from Word

  •  01-15-2010, 10:53 AM

    Re: Paste from Word

    Thanks for your reply Adam, when I select the same (PastePureText) on your page it works, but not on mine :(
     
    Below is my code, does it look ok? 
     
    1. <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>   
    2.   
    3.   
    4. <CE:Editor id="txtText" EditorWysiwygModeCss="example.css" Autoconfigure="none" Height="50" width="740" enableantispamemailencoder="true" converthtmltagstolowercase="true" showhtmlmode="true" showpreviewmode="true" runat="server" showbottombar="true" showenlargebutton="true" showdecreasebutton="true" showtoolbar="true" userelativelinks="true" activetab="Edit" maintainaspectratiowhendraggingimage="true" DisableItemList="Save,New,Delete" usefonttags="false" breakelement="br" editoronpaste="PastePureText"></CE:Editor>  
    Cheers,
     
    Rich
View Complete Thread