Search

You searched for the word(s):
Showing page 1442 of 1,765 (17,645 total posts) < 1 second(s)
  • Re: Sitecore v5

    Andy, &nbsp; You can find the source code of the&nbsp;examples in the CuteEditor download package.Here is the source code of the adding custom button: &lt;%@ Page Language=''C#''%&gt; &lt;%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %&gt; &lt;html&gt; &lt;head&gt; &lt;title&gt;ASP and ASP.NET ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 8, 2005
  • Re: Urgent ,Want to count total words in editor

    Please try the following steps: &nbsp; 1. Create a custom button. 2. When the people click the custom button, you use the Editor.PlainText property get all total words. &nbsp; 2. Then you can count total words based onn the result. &nbsp; This is an example showing you how to create a server side custom ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 8, 2005
  • Re: FilesPath - ColorPicker

    Madhanmohan , &nbsp; The client has resolved the problem by copying the CuteEditor.dll to the bin directory under that virtual directory. &nbsp; If it doesn't help you, please let me know. &nbsp; &nbsp;
    Posted to Cute Editor for .NET (Forum) by Adam on September 8, 2005
  • Re: Still No Answer

    All questions in the evaluation stage are supported. &nbsp; Sorry for the inconvenience. &nbsp; We will get back to you as soon as possible. &nbsp; &nbsp;
    Posted to Cute Editor for .NET (Forum) by Adam on September 7, 2005
  • Re: Support for Japanese characters in the editor

    nathan, &nbsp; Which version of CE are you using? &nbsp; Do you have problems with the following link? &nbsp; http://cutesoft.net/asp/EnableAll.asp &nbsp;
    Posted to Cute Editor for ASP (Forum) by Adam on September 7, 2005
  • Re: Creating directories

    Please try the following code: &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; void SetUploadsFolder(string folder) { string phyfolder=Server.MapPath(folder); System.IO.Directory.CreateDirectory(phyfolder); //see security.config Editor1.Setting[''security:ImageGalleryPath'']= ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 7, 2005
  • Re: Live support invalid licence

    Thanks for pointing it out. &nbsp; We just fixed it. &nbsp; &nbsp;
    Posted to Cute Editor for .NET (Forum) by Adam on September 7, 2005
  • Re: Integration code in VB.net

    GP, &nbsp; There is no standalone VB.net integratetion code available. &nbsp; Hope the following link may help: &nbsp; http://authors.aspalliance.com/aldotnet/examples/translate.aspx &nbsp; &nbsp;
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on September 7, 2005
  • Re: automatically add hyperlink to domain name

    Please try &lt;CE:Editor id=''Editor1'' RemoveServerNamesFromUrl=''true'' UseRelativeLinks=''true'' runat=''server''&gt;&lt;/CE:Editor&gt; &nbsp; Instruction:Absolute and Relative Paths &nbsp; http://cutesoft.net/developer+guide/Working-with-Links.htmDemo:http://cutesoft.net/example/Relative-or-Absolute-URLs.aspxHope it helps.
    Posted to Cute Editor for .NET (Forum) by Adam on September 7, 2005
  • Re: Version 5.0

    The version 5.0 is not available right now. &nbsp; Please wait one more day. &nbsp; &nbsp;
    Posted to Cute Editor for .NET (Forum) by Adam on September 7, 2005