How to Disable Resize option for table

Last post 02-14-2009, 2:33 AM by Anamikha. 4 replies.
Sort Posts: Previous Next
  •  02-12-2009, 9:27 PM 48731

    How to Disable Resize option for table

    Hello,
     
    I am having a letter template, in which the height and width of cute editor can be changed (say for eg 5 inch and 6 inch) and insert a table in cute editor with the same width and height.My problem is, the table should not be changed in height and width using resize option.Thanks for any help in advance.
  •  02-13-2009, 12:42 AM 48738 in reply to 48731

    Re: How to Disable Resize option for table

    Hello,
     
    Based on the below link,
     
     
    <div contenteditable="false" style="border-right: #ff0000 0px dotted; border-top: #ff0000 0px dotted; border-left: #ff0000 0px dotted; border-bottom: #ff0000 0px dotted; height: 20px" unselectable="ON"><font size="5">This Heading is not editable.</font>...</div>
     
    I have found part of the solution to my question.But, now when i modify this as  contenteditable="true", it is not wrking.
    Thanks for your help in advance.
     
  •  02-13-2009, 8:18 AM 48745 in reply to 48731

    Re: How to Disable Resize option for table

    Please set the following property to false then try again.
     

    Editor.EnableObjectResizing Property

    Specifies whether or not to allow the users resize an object winthin the Cute Editor. For example, if you want to prevent people from resizing images, table winthin the Cute Editor, you can set it to false.


    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

  •  02-14-2009, 2:21 AM 48790 in reply to 48745

    Re: How to Disable Resize option for table

     
    Thanks for quick reply.Can you say, how to disable a particular table resize option?
     
    I have tried editor1.EnableObjectResizing = false which disables all the controls (image, table etc) within the cute editor.
     
    That is, i need to diable table1.EnableObjectResizing = false. Thanks for your help in advance.
     
    Also, Please note that In mozilla EnableObjectResizing is not working.
  •  02-14-2009, 2:33 AM 48791 in reply to 48745

    Re: How to Disable Resize option for table

     
     
    Thanks for quick response.I need to know how to disable resize option for a particular table.
    Say for eg
     
    <table style="width: 468px; height: 476px" cellspacing="0" cellpadding="0" border="0" enableobjectresizing="false">
        <tbody>
            <tr>
                <td style="width: 190px; height: 512px" valign="top"></td>
            </tr>
        </tbody>
    </table>
     
    Please advise.Thanks for your help in advance.
     
    Also, please note that enableobjectresizing for cute editor is not working in mozilla.
View as RSS news feed in XML