2013-08-26, 01:59 PM
Hi
in editor.js file , for show images this code used:
and the result is
How can I edit this code for having this result?
@" replace [/img] and " replace [/!mg]
SOLVED
in editor.js file , for show images this code used:
this.performInsert("[img]"+image+"[/img]", "", true);
and the result is
[img]img url[/img]
How can I edit this code for having this result?
@"img url"
@" replace [/img] and " replace [/!mg]
SOLVED