Search

You searched for the word(s): CuteSoft_Client
Showing page 11 of 143 (1,426 total posts) < 1 second(s)
  • Re: Having <a> links use target="_new"

    Dabbi,   The Target Attribute only support the following values:   _blank Load the linked document into a new blank window. This window is not named.  _media Load the linked document into the HTML content area of the Media Bar. Available in Microsoft Internet Explorer 6 or later. _parent Load the linked document into the ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 28, 2006
  • Re: Can we limit number of characters a user may enter?

    Yes, you can just modify your web.config file of DNN 2.1.2.   <add name=''CEHtmlEditorProvider''     type=''DotNetNuke.HtmlEditor.CEHtmlEditorProvider, DotNetNuke.CEHtmlEditorProvider''     ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 15, 2006
  • Re: new tablelayouts in tablewizard

    christian,   Please find the Tag_Table.ascx under CuteSoft_Client\CuteEditor\Dialogs\Tag folder.   To add and edit the tablelayouts, you can just modify the following code:   <div id=''templates'' style='display:none'> <table summary=''[[Table layout]]'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 7, 2005
  • Re: Setting the default number of rows and columns of thumbnails on the Insert Image dialog

    Please check your security policy file. You can find those files under CuteSoft_client/CuteEditor/Configuration/Security folder. The following settings will apply to the thumbnails.     <security name=''ThumbnailWidth''>80</security>  <security name=''ThumbnailHeight''>80</security>  <security ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 20, 2005
  • Re: Cute editor not showing jpg images in DNN

    Please check your security policy file. You can find those files under CuteSoft_client/CuteEditor/Configuration/Security folder. This is an example of the security policy file.  <security ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 19, 2005
  • Re: Configuring CuteEditor in an ASP.NET 2.0 Beta 2 .skin file.

    I found the solution to my own problem.  I left 'runat=''server''' out of the skin.  Here is the way it should look: <CE:Editor ...
    Posted to Cute Editor for .NET (Forum) by JFBunch on September 9, 2005
  • Re: Accessing a modal dialogue without displaying the editor itself

    Hi Fermin,   I think the answer to your question is to use the following code in your BLOCKED SCRIPT    var url=showModalDialog(''../CuteSoft_Client/CuteEditor/Dialogs/InsertImage.aspx?settinghash=&<%=Editor1.Setting.GetHashString()%>'', ''Image Manager'',''dialogWidth:670px;dialogHeight:650px'');   You can ...
    Posted to Cute Editor for .NET (Forum) by dotcom on August 22, 2005
  • Re: Table and text width

    praveen, >> the user sets table’s width property to more than 100%, rendering of the content will not be proper as it exceeds normal page width. >>Is there any way we can restrict the table width to the maximum available page width?  That's possible.  Here are my suggestion: Locate and open ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 25, 2005
  • Re: Overriding dialogs

    There is dialog configuration file named tag.config. You can find it in CuteSoft_Client/Cuteeditor/Dialogs folder.  The following code specifies which file will be used when the user click the insert links button. <add pattern=''A'' tab=''A'' text=''[[LINK]]'' control=''Tag_A.ascx'' /> You can change its value and and point it to your ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 2, 2005
  • Re: Whats New

    Version 4.0.0.5 Change List:  Added: We added a new propery Editor.UseHTMLEntities in the version 4.0.0.5.  By default Cute Editor maps most special characters to the equivalent HTML entity automatically. You can turn it off by setting this property to ''false''. Added: Load balanced servers support. To add Load balanced servers ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 1, 2005
« First ... < Previous 9 10 11 12 13 Next > ... Last »