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.

 

Link titel mandatory

Vote:
 

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
Vote:
 

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
Vote:
 

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
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.