taoguan / jwysiwyg

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

API? #106

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Not really an issue but an enhancement... lets say I want to do this

http://www.scalextric.com.ve/index.cfm/newsletters/new

notice the image browser on the right, would it be possible to insert the image 
into the editor when 
clicking it? (currently I just show the path and then I insert it manually with 
the img button in the 
toolbar)

Thanks

Original issue reported on code.google.com by rierar...@gmail.com on 4 May 2009 at 7:18

GoogleCodeExporter commented 8 years ago
$('#my-editor').wysiwyg('insertImage', 'image ref', { width: 300, height: 100});

Original comment by akzhan.a...@gmail.com on 6 Dec 2009 at 4:09