Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
130
Regarding Insert Image pop(Modify Image) up in WebHtmlEditor
posted

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

Parents
  • 24497
    posted

    Hi,

    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.

Reply Children
No Data