Editor control. How to insert the pictures?

Hello! Everyone. Editor control, How to insert the pictures? Thanks

Hello
See the code snippets below:

editor = new dhtmlXEditor("editorObj"); var eD = editor.base.toolbar; eD.addButton("cp", 26, "setColor", "settings.gif"); eD.attachEvent("onClick", function(id){...});