Search

You searched for the word(s): aspx
Showing page 51 of 918 (9,180 total posts) < 1 second(s)
  • Re: Flash Integration

    You can use the following method to detect the agent is online or not.   CuteChat.ChatWebUtility.HasReadyAgents()   For example, in the file CuteSoft_Client\CuteChat\Support-Image-Button.js.aspx:   function WriteLiveSupportButton() {  var ImageURL='<%= ...
    Posted to Cute Live Support (Forum) by Adam on May 26, 2008
  • Re: Failed to load Viewstate Error occurs when using Cute Editor

    As you probably know, viewstate restores values based on the IDs of contorls during postback. In order for this to work, ViewState expects the contorl tree to be the same before and after. The error basically tells you that the control tree is got on postback wasn't the same as before. Since you are using dynamic controls, make sure to give them ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 2, 2008
  • Re: Domain licence

    Sure you can purchase a domain license to cover http://intranet or http://QA. We have a script you can run on your server to find out if you need to register server name or domain name or IP@. http://aspnetforums1.cutesoft.net/downloads/telldomainorip.aspx   Let's find out what license you're really after before touching ...
    Posted to Purchase / License FAQ (Forum) by Karen on April 3, 2008
  • Re: Compiler warning: UseRelativeLinks and RemoveServerNamesFromUrl is obsolete

    Joeg,   Editor.URLType Property Specify whether the URL should be converted to a site root relative path (/html/images/image1.gif) or an absolute path (http://www.mysite.com/images/image1.gif). URLType Enumeration Specify whether the URL should be converted to a site root relative path (/html/images/image1.gif) or an ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 17, 2008
  • Re: On Selected text

    >>i.e. if the text is bold then the bold button is shown as depressed.   Check this example:   http://richtextbox.com/test/Three-state.aspx   >>Is there an easy way to hook into the internal functionality to evaluate the selected text and sync my button accordingly?   You need to use the following ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 3, 2008
  • Re: hyperlinks get truncated

    Ptik,   Please set the Editor.URLType Property to Absolute.     Editor.URLType Property Specify whether the URL should be converted to a site root relative path (/html/images/image1.gif) or an absolute path (http://www.mysite.com/images/image1.gif). URLType Enumeration Specify whether the URL should be ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 21, 2008
  • Re: Not in line with best practices

      Please set the following property to P.   Editor.BreakElement Property Specify the behavior when the ''enter'' key is pressed in the editor The default is BreakElement.Div. BreakElement Enumeration Determines what happens when the ''enter'' key is pressed in the editor [ Member ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 21, 2008
  • Re: Normal, HTML, Preview Client side events

    new_customer,   Please check the following two examples. The source code of this example is included in the download package.   http://cutesoft.net/example/JavaScript-API.aspx     function CuteEditor_OnCommand(editor,command,ui,value)   {    //handle the command by ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 18, 2008
  • Re: SpellChecker

    Scott,   We have a plan to have our own spell checker this year.   >>Is it possible to accomplish 1 installation?   1. Open CuteSoft_Client\CuteEditor\SpellCheck.aspx   And remove this line 75:   folderName = this.MapPath(Path.Combine(Request.ApplicationPath, folderName));   2.  Set dictionary ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 28, 2008
  • Re: Image Gallery Path Problem

    >>What we want is to upload the images to the Media Server(ms1) using the Rich TextEditor. We have tried the solution you have proposed in the thread http://cutesoft.net/forums/thread/3413.aspx but it did not work. THat's the best suggestion for this situation. Can you explain why it doesn't work? Did you get any error ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 14, 2008
« First ... < Previous 49 50 51 52 53 Next > ... Last »