/*
 * Camping JIDO
 * Copyright(c) 2010, softhall(softhall@naver.com),subi (ihan94@gmail.com).
 * 
 * This code is licensed under BSD license. Use it as you wish, 
 * but keep this copyright intact.
 */


Ext.namespace('Ext.ux','Ext.ux.plugins');Ext.ux.plugins.HtmlEditorImageInsert=function(config){config=config||{};Ext.apply(this,config);this.init=function(htmlEditor){this.editor=htmlEditor;this.editor.on('render',onRender,this);};function onRender(){if(!Ext.isSafari){this.editor.tb.add({iconCls:config.iconCls,text:config.text,scope:config.scope,handler:config.handler});}}}
