Editor with upload file functionality

I want to use dhtmlx html editor.

I also want image upload and display uploaded in editor.

Please suggest me how can I manage this things.

Thanks in Advance !

We can explain you how to add uploader button on editor’s toolbar. But how do you want to use it? What are you going to upload and how are you going to display it? May be you can provide some images with expected result?

I want to upload image and set some text and link in editor.


dhtmlxEditor is too simple to your requirments - there is no way to do that

Can you explain me how can I add image up-loader button in dhtmlxeditor?

Can you explain me how can I add image up-loader button in dhtmlxeditor?

Something like this:

var eD = editor.base.toolbar; eD.addButton("img", 26, "img", "img.gif");