Search

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

    Hi Steven,   >>1. Is there any king of manual or documentation on the CuteSoft editor?  It seems capable of so much; is there documentation? Yes. Please check the following links:   Installing Cute Editor for CommunityServer 2007    Cute Editor developer's guide   Cute Editor Class ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 5, 2007
  • Re: What and how to control the settings for Cute Editor

    Torben,   >>set and manipulate the setting for CE   You can set and manipulate the setting for CE by changing CE's properties:   Reference is here:   http://cutesoft.net/doc/index.html   >>making it possible for en editorial person to write/edit an article and then saving the article in a database ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 24, 2007
  • Re: MANY THINGS IGNORED IN 6.0 which are promised since 1 year!

    joergbauer: Adam, since 1 year you write that this will be changed in the next release:   1) Language not supported for Image/Document Editor ''Uploading'' and more: ''Max file size allowed'' ''Max image dimension is'' ''Auto resize uploaded images function is on'' ''Max Upload folder size is:''  ''Used:''   You wrote ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 28, 2007
  • You sure can

    This Small Business license allows the use of CuteEditor .NET for up to 10 domain/subdomain names deployed by a single company. You don't have to submit 10 names all at once. Start with a couple and then add more gradually without a deadline. The 10 names can come from 10 different sites and ...
    Posted to Purchase / License FAQ (Forum) by Karen on January 9, 2007
  • Re: CuteEditor doesn't have to be part of a CMS

    If you know what an input text box is, CuteEditor is similar, only rich content enabled. It not only can be integrated into a CMS system and become their default HTML editor, but also can be used as a small tool to allow your end users modify their HTML pages right on the site(s).   Come check out this example: ...
    Posted to Purchase / License FAQ (Forum) by Karen on November 29, 2006
  • Re: Custom Culture

    vccrho,   >>Setting custom culture apparently sets the culture for ALL CuteSoft deployments on that server.  Is there a way to set the ''custom culture'' for just one web application?   The custom culture is stored in the database.  It's separated by each application. Hope it helps. Let me know if you have any further ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on October 25, 2006
  • Re: Need Help setting up integration project

    Hi Adam I found following about our portal library (called EDK). It is a set of dll files   Granting any <trust> level below Full could potentially cause the .NET EDK to throw the following error: System.Security.SecurityException: Request for the permission of type System.Security.Permissions.EnvironmentPermission, mscorlib, ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by kuljitsingh on October 19, 2006
  • Re: Programmatically populate the Links dropdown

    In your ''CuteEditor for ASP 5.2 Developer Guide.chm'' you have a typo under ''Links dropdown Customization'' Your code example shows twice: editor.LinksDropDownMenuNames = ''....'' The second one needs to be changed to: ''editor.LinksDropDownMenuList = ''...''   Your code example in your dev. Guide should ...
    Posted to Cute Editor for ASP (Forum) by codehead on September 29, 2006
  • Re: how to generate cute editor in the code without using the tag prefix cute editor????

    scheineden,   CuteEditor for .NET works as .NET server control. You have to register CuteEdtior on the top of your aspx pages.   In CuteEditor for ASP, you have the option to use Editor.GetString Method.     This function returns what the Draw function used to write to the response buffer as a string. Example Code ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 24, 2006
  • Re: List of Commands

    HomecitySupport,   For the 'PasteHTML' issue, please use the following JavaScript API:   http://cutesoft.net/developer+guide/JavaScript-API.htm   PasteHTML() This method is used for pasting the specified HTML into a range within a editor document. If anything is selected, the selection is replaced with the new ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 18, 2006