Pop-up window not big enough making new template and setting table properties

Last post 06-24-2009, 9:35 AM by Adam. 1 replies.
Sort Posts: Previous Next
  •  06-24-2009, 8:59 AM 53459

    Pop-up window not big enough making new template and setting table properties

    Here's the steps to reproduce the problem.
    1. Click "Insert Templates"
    2. Click button for making new template above the view box on the right
    3. Make a table
    4. right click on the table and click table properties
     
    You cannot click ok because the window is too small to show it... :(
     
    The pop-up should be made resizeable  or at least big enough to display all the controls the cute editor may show...
     
    Here's a pic showing the ok/cancel buttons not showing for the table properties...
    If it matters I'm using Windows XP SP3 and Firefox3.0.11
     
     

    Software Developer
    Acadia HCS
  •  06-24-2009, 9:35 AM 53461 in reply to 53459

    Re: Pop-up window not big enough making new template and setting table properties

    Please open CuteSoft_Client\CuteEditor\Dialogs\outereditorfull.aspx and modify the following code:
     
    <CE:EDITOR
         id="OuterEditor"
         AutoConfigure="Full"
         ShowDecreaseButton="false" 
         ShowEnlargeButton="false"
         runat="server"
         DisableItemList="print,DocumentPropertyPage,ToFullPage,FromFullPage,CssStyle,InsertTemplate"
        >
       </CE:EDITOR>
     
    to:
     
    <CE:EDITOR
         id="OuterEditor"
         AutoConfigure="Full"
         ShowDecreaseButton="false"
         UseStandardDialog="true"
         ShowEnlargeButton="false"
         runat="server"
         DisableItemList="print,DocumentPropertyPage,ToFullPage,FromFullPage,CssStyle,InsertTemplate"
        >
       </CE:EDITOR>

    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