I created a new plugin based on the plugin Image to fit my needs.
I would like to add the event "onchange" in the inputText 'txtUrl', but while looking for information, I find nothing to help me. How could I add the html code in the input without having to modify the plugin dialogui "directly?
I would like to add the event "onchange" in the inputText 'txtUrl', but while looking for information, I find nothing to help me. How could I add the html code in the input without having to modify the plugin dialogui "directly?

Re: Add 'onChange' in a inputText
When I select the image I closed my manager, and displays the image path (txtUrl) and commentary (txtAlt) perfectly, but no image selected in the preview. However, if I write directly on the input of txtUrl the direction of the image and then change input automatically be displayed in the preview image (detects the onChange event.)
That is, if I select a photo from an image editor does not appear in the preview, but if I write the url does appear. Why?
Re: Add 'onChange' in a inputText
function ponSelectorGestorCKE(...) { ... window.opener.CKEDITOR.tools.callFunction( strValorFunc, strUrlImagen); }http://docs.cksource.com/CKEditor_3.x/Developers_Guide/File_Browser_%28Uploader%29/Custom_File_Browser