Issue with the size of table property window in version5

Last post 10-31-2005, 2:38 PM by Adam. 3 replies.
Sort Posts: Previous Next
  •  10-28-2005, 2:46 PM 12099

    Issue with the size of table property window in version5

    Unable to view "ok" "cancel" button in table property window,
    and also we are unable to resize window to view those buttons.

    For more details, suppose if we create table in CuteEditor version5, using below html
    and try to view the table property, you will be able to find the BUG

    But in case of version4 we are able to resize the window in order to view OK CANCEL buttons.

    ------------------------------------------------------------------
    <div>
       <table cellSpacing="0" cellPadding="3" border="1" style="width: 726px; border-collapse: collapse; height: 531px">
           <tbody>
               <tr>
                  <td colSpan="3" style="height: 21px"></td>
               </tr>
               <tr>
                  <td></td>
                  <td></td>
                  <td style="width: 174px; height: 495px"></td>
               </tr>
               <tr>
                  <td colSpan="3"></td>
               </tr>
           </tbody>
       </table>
    </div>
    ----------------------------------------------------------------------------
  •  10-28-2005, 2:52 PM 12100 in reply to 12099

    Re: Issue with the size of table property window in version5

    Please modify the CuteEditorconstants.js file.

    // Default window ornaments for the Tag dialog
    var _tagDialogFeature = "help:0;status:0;resizable:0;dialogWidth:453px;dialogHeight:496px;";

    to:

    // Default window ornaments for the Tag dialog
    var _tagDialogFeature = "help:0;status:0;resizable:1;dialogWidth:453px;dialogHeight:496px;";
     
     

    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

  •  10-28-2005, 4:20 PM 12106 in reply to 12100

    Re: Issue with the size of table property window in version5

    Thanks Adam,

    we can resize the table property window now,

    but can we also set the scrollbars to that window?
     
    because we can only resize its height upto the height of our monitor,

    say as if my display settings are 1024x768 pixels , and the height of the cell is more than 550px

    then in that case i am unable to see "ok cancel" buttons
  •  10-31-2005, 2:38 PM 12136 in reply to 12106

    Re: Issue with the size of table property window in version5

    I see the problem.
     
    The solution is here:
     
    Open the Tag_InsertTable.ascx file.

    Change the following code:

        <div style="border:1px solid gray;padding:1px;">

        to:

        <div style="border:1px solid gray;padding:1px;OVERFLOW: auto; HEIGHT: 215px; HEIGHT: 215px; ">



     
     

    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