i`m an newbie in javascript. And i want to customize my xinha-editor for my personal use.
But i didn't understand how the Editor works.
I think, that my WYSIWYG-actions will be "translated" to html-code.
Which file translate my actions to the textarea??
Especially where can i look for the the string-output of the image-manager, which compile the code like this
Code: Select all
<img src="/somewhere/myimages/test.jpg" width=100 height=200>
(pre)thank you, for your help
Ayko