turning off htmlentities behavior

  •  10-31-2005, 5:29 PM

    turning off htmlentities behavior

    I may have missed something in the docs, but I'm not able to figure out how to turn off the HTML entities behavior of the cute editor control.  Essentially, my problem is this:
     
    I am writing a webapp that uses a template backend, my users need to be able to inject the custom template tags (they look something like: {customtag arg1="foo"}) into various areas of the template. This works great, and I'm able to pass the data back into my database fine when the items have been typed into the editor.  However, when the data is fetched from the database and put back into the editor the next time the user wants to modify the template, all of the "'s have been changed to "
     
    Is there a property that i need to assign, or method i need to use when assigning my data back into the editor to prevent this?
     
    Thanks in advance.
     
    -javier
View Complete Thread