Hi,
I have an Issue regarding WebHtmlEditor (Versionn 6.3). Actually when we click on Insert Image Icon (ToolbarUploadButton) on the Editor, a pop up window opens. I am successful in changing the size of the window but i am unable to change the size of the controls contained in the window like Preview image. Page is left Blank at the bottom.
I think we need to make some changes in ig_htmleditor_upload.js file but i am not sure and neither am i able to identify the place to make changes.
I would really appreciate any help on thisl.
Thanks in advance
If you try to change appearance of built-in dialogs used by WebHtmlEditor, then it is not supported. They are generated on server and there is almost no options to modify them.You may create your own custom dialogs for local actions (like insert TABLE, DIV, etc.), but you can not add or modify upload dialogs. Of course you may modify logic of ig_htmleditor_upload.js, find/create initialization event/function, get references to uploaded document, body, etc, learn which elements are used, modify them, add your browser events, etc. But all that are not supported operations.
Hi Viktor, Thanks for the reply....
I will work on this and if i have other queries except this, i ll contact you.