1

Topic: Modify Image button

Hello,

I click on this button
http://www.pochvalsa.eu/images/step1.png
open this window
http://www.pochvalsa.eu/images/step2.png

If I click insert so the insert the code

<img src="http://url/img.jpg" alt="" width="300" height="300" />

My question is:

How I modify source code to the code :

<a class="modal" href="http://url/img.jpg">
<img src="http://url/img.jpg" alt="" width="300" height="300" />
</a>

2

Re: Modify Image button

You can change the output with the template feature:
http://www.tinymce.com/tryit/imagemanag … mplate.php

Best regards,
Spocke - Main developer of TinyMCE

3

Re: Modify Image button

Hello,

I have joomla 2.5 width tinymce editor. In which files and how do I change it?
BR