Hi,
I'd like to transform every <q>quote here</q> tag into « quote here ».
I thought I could easily do that using addRules, but I've tried in vain all this evening...
For example, the following code doesn't work :
q : function( element ) { element.innerHTML = '«'+element.innerHTML+'»'; return element; }
Any help would be appreciatied.
I found a workaround :
I found a workaround :
But I'm interested to learn if someone know how to do that using addRules...
I'd like to define a button
I'd like to define a button on every CKEditor instance, but I have to do it instance by instance
______________________________
aliiii