How to disable insert option in Image/ Document Editor?

Last post 11-10-2009, 8:45 AM by Adam. 2 replies.
Sort Posts: Previous Next
  •  11-10-2009, 4:04 AM 57012

    How to disable insert option in Image/ Document Editor?

    How to disable insert option in Image/ Document Editor?
     
    Please post the reply ASAP
     
    Thanks
  •  11-10-2009, 5:41 AM 57017 in reply to 57012

    Re: How to disable insert option in Image/ Document Editor?

    Hi kamala20,
     
    If you mean the 'Insert' button
     
    Insert Image dialog
     
    1. Open file 'CuteSoft_Client\CuteEditor\Dialogs\InsertImage.aspx'
     
    2. Find section below
     
    <input class="formbutton" type="button" value="   [[Insert]]   " onclick="do_insert()" id="Button1" />
     
    Change to
     
    <input class="formbutton" type="button" value="   [[Insert]]   " onclick="do_insert()" id="Button1"  style="display:none"/>
     
    Downloadable Files dialog
     
    1. Open file 'CuteSoft_Client\CuteEditor\Dialogs\InsertDocument.aspx'
     
    2. Find section below
     
    <input class="formbutton" type="button" value="   [[Insert]]   " onclick="do_insert()" id="Button1" />
     
    Change to
     
    <input class="formbutton" type="button" value="   [[Insert]]   " onclick="do_insert()" id="Button1"  style="display:none"/>
     
    If yo mean the 'Upload' button
     
    Insert Image dialog
     
    1. Open file 'CuteSoft_Client\CuteEditor\Dialogs\InsertImage.aspx'
     
    2. Find section below
     
     <td valign="top" id="uploader">
     
    Change to
     
    <td valign="top" id="uploader" style="display:none">
     
    Downloadable Files dialog
     
    1. Open file 'CuteSoft_Client\CuteEditor\Dialogs\InsertDocument.aspx'
     
    2. Find section below
     
    <td valign="top" id="uploader">
     
    Change to
     
    <td valign="top" id="uploader" style="display:none">
     
    Regards,
     
    Ken
  •  11-10-2009, 8:45 AM 57026 in reply to 57012

    Re: How to disable insert option in Image/ Document Editor?

    kamala20:
    How to disable insert option in Image/ Document Editor?
     
    Please post the reply ASAP
     
    Thanks
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View as RSS news feed in XML