Re: Simple Insert Image?

  •  04-10-2006, 2:47 PM

    Re: Simple Insert Image?

    Steve,
     
    Thanks for the nice comments about CuteEditor.
     
    I agree the insert image functions is advaned for the basic users.
     
    Here are three options:
     
    1. Modify the Insert Image page. Remove the features you don't need.
     
    For example:
     
    Open the InsertImage.Frame.aspx and find out the layout table.
     
    And change the following code:
     
     <table border="0" cellspacing="0" cellpadding="2" width="100%" align="center" >   
        <tr>
         <td valign="top">
          <fieldset>
           <legend>[[Layout]]</legend>
          ..........
         </td>
        </tr>
       </table>
     
    to:
     
     <table border="0" cellspacing="0" cellpadding="2" width="100%" align="center" style="display:none">   
        <tr>
         <td valign="top">
          <fieldset>
           <legend>[[Layout]]</legend>
          ..........
         </td>
        </tr>
       </table>
     
     
     Then all the layout options will be removed.
     
     
    2. Create your own custom Insert Image button.
     
    Please check the following example:
     
     
     
    3. We may add the following feature in the future version.

    But the problem of this solution is: whenever you insert an image to the web page, your end users have to upload a new image to the server instead of selecting existing images from the server.
     
     
     
    Hope it helps.
     
    Let me know if you have any further questions.
     
     
     

    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 Complete Thread