Search

You searched for the word(s): .net 4.0
Showing page 119 of 1,307 (13,069 total posts) < 1 second(s)
  • Re: Web.Config

    cdgregory,   The VB.net you wrote means the following things:   1. Tell Cute Chat find your database connection string from web.config file   2. This entry is located in configuration >> appSettings section of web.config.  The name of this entry is ''ConnectionString''.   So you can create a simple web.config ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on October 19, 2006
  • Re: Link functionality

    msiegel, Absolute and Relative Paths When you're creating links to documents and images on the Web, you need to think about how you're going to link to them. Cute Editor support three standard ways to create links: absolute paths without the domain name ( <a href=''http://cutesoft.net/default.aspx''>Home</a> ) ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 29, 2006
  • Re: Hyperlink always includes the hosting URL

    honda_shadow,   To create links correctly in Cute Editor, you need to use the following two properties:Editor.RemoveServerNamesFromUrl Property: By default Internet Explorer converts all URLs in hyperlinks (anchor tags) and images (img tags) to absolute URLs with the hostname name. When this property is set to true (the default), ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 25, 2006
  • Re: What happened to the Editor.ParagraphIsDiv property?

    christian.ulvaeus@dropit.se,   You should use editor.BreakElement property.   editor1.BreakElement = BreakElement.Div;   Demo:   http://cutesoft.net/example/oncarriagereturn.aspx Editor.BreakElement Property Specify the behavior when the ''enter'' key is pressed in the editor The default is BreakElement.Div. ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 21, 2006
  • Redistribution License

    Redistribution license allows CuteEditor to be included in one of your applications, such as Forum, online Email, CMS... This one application/product must be a standard product, an open-box solution. A good example of such is the CuteEditor itself, there's no customization required for every customer.   If you need CuteEditor for multiple ...
    Posted to Purchase / License FAQ (Forum) by Karen on August 23, 2006
  • Re: in-line editor ?

    >>However i'd like to have the spellchecker button on the left (or right) side of the editor, as opposed to being at the top in a toolbar It's not possible.>>I also want the editor textarea to be the height of a simple textbox.   Yes, please check this example: http://cutesoft.net/example/RenderASTextBox.aspx    
    Posted to Cute Editor for .NET (Forum) by Adam on August 16, 2006
  • This is not an easy typo

    The domain name submit is not a typo. It's a working link and it points to the site that needs a license for CuteEditor .NET. For re-direction case, many customers buy extra license to get the names covered. If you pay 1 and get 2, it's not fair for those who've paid.   License files are permanent, you can't change it once ...
    Posted to Purchase / License FAQ (Forum) by Karen on August 8, 2006
  • Re: Image problems

    tonythompson,   It's strange.   Please open CH_MainForm.aspx and find the following code:   <img title=''CuteChat'' src=''<%=ChatWebUtility.LogoUrl %>''>   And manully change it to the some URL (http://cutesoft.net/data/livesupport_round.gif)   Then test again.   <img title=''CuteChat'' ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on August 1, 2006
  • Re: How to prevent users uploading and making a template?

    Bilbo,   Please edit the security policy file (default.config, admin.config and guest.config). The security policy file (default.config, admin.config and guest.config) can be found in the /CuteEditor/Configuration/Security folder.   <configuration> <security ...
    Posted to FAQ (Forum) by Adam on July 27, 2006
  • Re: Access Database as source for Editor Problems

    don't you hate that - just worked it out.   need   Imports System.Data Imports System.Data.OleDb   and change the line   Editor1.Setting(''CuteEditorFileStorageType'') = Type.GetType(AccessFileStorage).AssemblyQualifiedName   to   Editor1.Setting(''CuteEditorFileStorageType'') = ...
    Posted to Cute Editor for .NET (Forum) by paul@amakosi.com on July 20, 2006