volume_up

A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

volume_up

A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Link titel mandatory

Hello!
Is there an easy way to make the link title (Alt-text) mandatory in editor TinyMCE?

Regards,
Jenny

#40685
Jun 15, 2010 15:08

I found out how myself. I edited in file:
C:\Program Files (x86)\EPiServer\CMS\Miun.6.0.530.0\Application\UI\CMS\Editor\Dialogs\HyperlinkProperties.aspx

 

Added check in function buildReturnValue()
...
returnValue.title = activeTab.TitleField.value;
if (returnValue.title.length == 0)
{
....

#40729
Jun 16, 2010 14:37
Vote:

Nice. But these files can be overwritten at any update from EPiServer. Use virtualpathmappings to create your own version. But maybe you already did this.

/Per

#40759
Jun 16, 2010 21:42

Yes, we have a separate custom folder and documented the changes so we can easily fix them when upgrading. :)

#40789
Jun 17, 2010 9:27
error This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.