Several of my partners have flash banners that are loaded through JS scripts. I would like to allow the content editor to insert javascript into the page through some kind of property (maybe TinyMCE, maybe some other data type).
Hi. I think a solution could be to create a macro (Xslt or Razor) that's allowed to be used inside TinyMCE and that renders the markup you need. Than your content editors will be able to insert it into TintMCE text.
Add any html/js code to page through editor
Hi,
I have a site running Umbraco 4.7.
Several of my partners have flash banners that are loaded through JS scripts. I would like to allow the content editor to insert javascript into the page through some kind of property (maybe TinyMCE, maybe some other data type).
What would be the best way to do this?
Thank you!
Hi. I think a solution could be to create a macro (Xslt or Razor) that's allowed to be used inside TinyMCE and that renders the markup you need. Than your content editors will be able to insert it into TintMCE text.
is working on a reply...