Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.
Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.
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!