Re: Problems with Make Template functionality

  •  09-07-2009, 3:17 AM

    Re: Problems with Make Template functionality

    Hi ChrisD,
     
    Try this way
     
    1. Open file 'outereditorfull.aspx' (CuteSoft_Client\CuteEditor\Dialogs\outereditorfull.aspx)
     
    2. Find section below
     
      <CE:Editor ID="OuterEditor" AutoConfigure="Full" ShowDecreaseButton="false" UseStandardDialog="true"
                ShowEnlargeButton="false" runat="server" DisableItemList="print,DocumentPropertyPage,ToFullPage,FromFullPage,CssStyle,InsertTemplate" >
            </CE:Editor>
     
    3. Change to below and try again
     
      <CE:Editor ID="OuterEditor" AutoConfigure="Full" ShowDecreaseButton="false" UseStandardDialog="true"
                ShowEnlargeButton="false" runat="server" DisableItemList="print,DocumentPropertyPage,ToFullPage,FromFullPage,CssStyle,InsertTemplate"
                URLType="absolute">
            </CE:Editor>
     
    Regards,
     
    Ken
View Complete Thread