I want to add classes to links in the editor. Almost all other dialogs have options for classes, such as table cells and images. Adding a class by usging the paragraf format leads to an error, saying invalid html or so.
The under laying reason is this. We are developing a website that will follow the XHTML 1.0 strict. In this standard the link attribute TARGET is forbidden.
However, our client still wants to control if a link will be opened in a new window or not. This can be done by using a javascript. This script detect if the user clicks on a link with certain class. But then the web editor must be able to add a class to a link.
Regards,
Sebastian