Cuteditor removing some characters when used for RTF string.

  •  07-17-2012, 9:12 AM

    Cuteditor removing some characters when used for RTF string.

    Hi All,
     
    I have RTF strings stored in database which I want show on ASP.NET page for editing purpose. I am trying sample code but facing some issue.
     
    RTF string is very simple as mentioned below. Please note it has some custom tags  e.g. <<RecordingReqBy>  which we fill dynamically at runtime. 
     
    {\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fcharset0 Arial;}}  \viewkind4\uc1\pard\f0\fs18 Recording Requested By:  \par <<RecordingReqBy>>  \par   \par When Recorded Return To:  \par <<WhenRecordedReturn>>  \par }
     
    I am simply calling cuteeditor.loadRTF with above string. I can see the RTF content in editor but it automatically removes those custom tags and just put <> instead of <<RecordingReqBy>> 
     
    Does anyone have idea what is causing this ?
     
    Please help.
     
    Thanks,
    Bhimraj 
View Complete Thread