November Happy Hour will be moved to Thursday December 5th.
I've tried to use a relative url in the html editor in html mode and it keeps pre-pending http://
I know the following setting exists for Tinymce but how can I apply that in episerver?
tinymce.init({ ... relative_urls: false});
This is what I want
Product Disclosure Statement
This is what I get
http://../GetPDS/?riskType=VEH" target="_blank">Product Disclosure Statement
Anyone else battled with this issue and solved it?Thanks
You can modify the TinyMCE config: http://world.episerver.com/documentation/Items/Developers-Guide/EPiServer-CMS/7/Editing/Customizing-the-TinyMCE-Editor/
Not sure if setting the relative_urls property would resolve the issue, though. :/
I've tried to use a relative url in the html editor in html mode and it keeps pre-pending http://
I know the following setting exists for Tinymce but how can I apply that in episerver?
This is what I want
Product Disclosure Statement
This is what I get
http://../GetPDS/?riskType=VEH" target="_blank">Product Disclosure Statement
Anyone else battled with this issue and solved it?
Thanks