taoguan / jwysiwyg

Automatically exported from code.google.com/p/jwysiwyg
0 stars 0 forks source link

Custom Image Upload #131

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi, I'm trying to implement a custom image upload into jwysiwyg. I have
successfully opened my window to upload files. Now my problem is: How can I
return the URL of the uploaded image to jwysiwyg. Any help would be greatly
appreciated.

I know this is a place for issues but my Google skills have failed me in
finding a community for the plugin.

Regards,
C

Original issue reported on code.google.com by christop...@gmail.com on 14 Sep 2009 at 7:25

GoogleCodeExporter commented 8 years ago
Im having the same problem. You fix it?

Original comment by ecolasu...@gmail.com on 4 Dec 2009 at 8:21

GoogleCodeExporter commented 8 years ago
$.wysiwyg('insertImage', imageUrl, { width: 300, height: 200 });

Original comment by akzhan.a...@gmail.com on 5 Dec 2009 at 7:11

GoogleCodeExporter commented 8 years ago
typo:

$('#my-editor').wysiwyg('insertImage', imageUrl, { width: 300, height: 200 });

Original comment by akzhan.a...@gmail.com on 5 Dec 2009 at 7:15

GoogleCodeExporter commented 8 years ago
Thanks to all!!

Original comment by ecolasu...@gmail.com on 7 Dec 2009 at 10:13

GoogleCodeExporter commented 8 years ago

Original comment by akzhan.a...@gmail.com on 8 Dec 2009 at 12:12