Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Wierd. Go to the documentation page and the Properties section and read the "using string properties".
Thank you! How silly of me to not have tought about that in the first place :)
My client want to change their flash-banners to html5+javascript based banners but tinyMce doesn't really like <script>-block and the javascript-code gets mangled.
I've tried adding "extended_valid_elements : script[src|type|language]" to our EditorInitConfigurationOptions in our TinyMCEPluginNonVisual-EditorSettingsclass but that only crashed the OnPage edit-mode.
I'm aware that there's a reason why you really shouldn't be able to write js-code in tinyMce but if there's some work around that would be great!