Search

You searched for the word(s):
Showing page 1692 of 1,762 (17,611 total posts) < 1 second(s)
  • Re: Customizing Cute Chat

    Helen, &nbsp; The last answer is quite long. So I answer your second question here: &nbsp; &gt;&gt;. How to change the background. &nbsp; Please open the chat.css file. You can find it at ~/cutechat folder. &nbsp; You can find the following&nbsp;class. &nbsp; body.chatroom { } &nbsp; To set the background color: ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on November 10, 2004
  • Re: Customizing Cute Chat

    Helen, &nbsp; The web.config file in the CuteChatSample: &nbsp; &nbsp; &lt;cuteChat &nbsp;&nbsp;&nbsp; ConnectionString=''server=(local)\portal;trusted_connection=true;database=CuteChatSample;'' &nbsp;&nbsp;&nbsp; WebFilePath=''~/CuteChat/'' &nbsp;&nbsp;&nbsp; IPAddressPolicy=''*'' &nbsp;&nbsp;&nbsp; BadWords='','' ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on November 10, 2004
  • Re: Problem Image Relative Paths

    Mike-s, &nbsp; You can find the ChangeAbsoluteURLsToRelative in the Cute Editor class reference. &nbsp; CuteEditor V3.0 Documentation &nbsp; Editor.ChangeAbsoluteURLsToRelative Property &nbsp; By default Internet Explorer converts all URLs in hyperlinks (anchor tags) and images (img tags) to absolute URLs. When this property ...
    Posted to Cute Editor for ASP (Forum) by Adam on November 10, 2004
  • Re: Progress on using Content Templates

    &nbsp; BryanThrasher , &nbsp; UNSELECTABLE Attribute specifies that an element cannot be selected. &nbsp; You need to use the contenteditable property as well. &nbsp; contentEditable sets or retrieves the string that indicates whether the user can edit the content of the object. &nbsp; For example: &nbsp; &lt;div UNSELECTABLE=''ON'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 10, 2004
  • Re: How to use Content Templates

    BryanThrasher, &nbsp; UNSELECTABLE Attribute specifies that an element cannot be selected. &nbsp; You need to use the contenteditable property as well. &nbsp; contentEditable sets or retrieves the string that indicates whether the user can edit the content of the object. &nbsp; For example: &nbsp; &lt;div UNSELECTABLE=''ON'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 10, 2004
  • Re: Character Count

    Hi guys, &nbsp; The&nbsp;version 4.0 will have the ability to control the max the characters including and excluding the HTML tags. &nbsp; &nbsp; /// &lt;summary&gt; /// Gets or sets the maximum number of characters including the HTML tags allowed in the Cute Editor. /// &lt;/summary&gt; public int MaxHTMLLength &nbsp; &nbsp; /// ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 10, 2004
  • Re: What is the licenses.licx file used for?

    pacopaco1, &nbsp; That's the trial license file. &nbsp;
    Posted to ASP.Net Image Gallery (Forum) by Adam on November 9, 2004
  • Re: Tutorials for integrating CuteEditor into existing app?

    hugobossv8, &nbsp; Deployment the Cute Editor for .NET &nbsp; http://cutesoft.net/ASP.NET+WYSIWYG+Editor/Deployment+/default.aspx &nbsp; &nbsp; When the editor is integrated in your asp.net application, it will usually be used as a replacement for the regular TextBox Control. &nbsp; &nbsp;
    Posted to Cute Editor for .NET (Forum) by Adam on November 9, 2004
  • Re: user account?

    lasellGuy, &nbsp; In the sample project, you need to spefiy the admin name in your web.config file: &nbsp; &lt;appSettings&gt; &nbsp;&nbsp;&nbsp; &lt;add key=''AdminLoginName'' value=''admin'' /&gt; &lt;/appSettings&gt; &nbsp; &nbsp;
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on November 9, 2004
  • Re: Customizing Cute Chat

    Helen, &nbsp; The Cute Chat is totally customizable. &nbsp; For example: &nbsp; To change the logo: &nbsp; You need to modify the following LogoUrl property in&nbsp;your web.config: &nbsp; LogoUrl=''images/logo.gif'' &nbsp; To change the top banner: &nbsp; You need to modify the advertising/Topads.ascx file. &nbsp; Right now it ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on November 9, 2004