Search

You searched for the word(s): aspx
Showing page 52 of 918 (9,180 total posts) < 1 second(s)
  • Re: I don't see any 'Clean Code' button or link

    geoffo,   1. If you are looking for a clean up word doc client button, please click ''Clean UP HTML''  button.   2. If you are looking for a setting for stripping formatting when text is pasted into the editor, please check this example: http://cutesoft.net/example/editor-onpaste.aspx .   3. If you are looking for the ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 14, 2007
  • Re: v4 Chat - Firefox & HTML

    They found the IE link problem, so I assume it'll be corrected in the download file shortly.   I'm guessing this is where the problem was:   <head runat=''server'' id=''aspnetHead''> <base target=''_blank'' /> <title>Channel</title> Add <base target=''_blank'' /> above the title tags in ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by selliott on November 8, 2007
  • Re: Browser Compatibility: Cut and Paste Toolbar Icons do not function correctly in FF

    wzs5011,   1) Functionality bug:  “Cut” toolbar button deletes the text I cut, and does not make a copy of cut contents in buffer.  (Neither CTRL-V or Paste button cause cut text to reappear.)   By default, Firefox needs permission to access the user's clipboard.  Many users don't know how to enable ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 1, 2007
  • Re: Double-spacing content

    BIG_j: This post is for other users who have had bad experience with the ''support'' from cute soft that we have had....     Despite 6 emails to support on this matter, I finally worked it out myself.   The weirdly (stupidly) named ''EditorWysiwygModeCss'' property of the control requires a setting (a css file).   No ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 16, 2007
  • Re: using variable with load and save functions

    ssidoti,   Please check this example:   http://cutesoft.net/example/Edithtml.aspx   The source code of this example can be found in the download package.   Both SaveFile and LoadHtml method acceptes only one parameter: The name and location of the file.   Editor.SaveFile Method  Saves the contents ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 20, 2007
  • Re: CuteEditor license verbiage

    Dear customer, an Enterprise License $1399 allows the use of CuteEditor .NET on Unlimited servers and applications within a single organization. This Enterprise License also includes Royalty FREE distribution rights. Yes, Enterprise license allows the buyer to use it into every project including the projects that ...
    Posted to Purchase / License FAQ (Forum) by Karen on September 5, 2007
  • Re: May have found the solution for Cassini problem

    Hi Adam,   There appears to be an even simpler solution: replace the double forward slash with a single..   Modify tag.aspx from:      Control ctrl=LoadControl(''Tag//''+tabcontrol);    to      Control ctrl=LoadControl(''Tag/''+tabcontrol);    This appears to work in ...
    Posted to Cute Editor for .NET (Forum) by fredd on August 27, 2007
  • Re: Serious problem in VS Designer when placing editor inside a View control

    ok, one workaround I found for this issue was to put the Cute Editor inside a UserControl called ''Editor.ascx'', then wrap those specific properties I would sure use/modify (such as Text, Width, Height) and the problem was gone.. VS Designer will work ok I also found this solution pretty nice for simplifying CuteEditor's aspx markup ...
    Posted to Cute Editor for .NET (Forum) by errrick on August 8, 2007
  • Re: Controls for slideshow?

    s1eddog,   Please try the following properties:   Gallery.MaxImageWidth Property The maximum width of the images. Default is 500.   Gallery.MaxImageHeight Property The maximum height of the images. Default is 500.   Gallery.SlideShowDelay Property This property is used to set or get ...
    Posted to ASP.Net Image Gallery (Forum) by Adam on August 2, 2007
  • Re: Changed not firing

    fredd,   It's very strange.   Try the following code please:   <script language=''JavaScript'' type=''text/javascript''>      function CuteEditor_OnChange(editor)   {       alert(new ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 27, 2007
« First ... < Previous 50 51 52 53 54 Next > ... Last »