Search

You searched for the word(s): javascript
Showing page 152 of 408 (4,076 total posts) < 1 second(s)
  • Character Encoding?

    We are finding that the character encoding for pages that include the  Wysiwyg seem to be changing from our default ISO-8859-1 to UTF-8...   Is there anything in the CuteSoft Editor that could be causing that? Looking through the ASP & Javascript, I see nothing except with the dialogs.   This is an urgent issue for us, ...
    Posted to Cute Editor for ASP (Forum) by dcorbett on May 4, 2008
  • Re: Some programming questions about Cute Editor

    Escovado,   Please download all code examples from: http://richtextbox.com/test/CuteEditorTest.zip I understand your request. But after discussing with our developers, we cannot have this feature in the coming version 6.1. Please wait from the version 7.0 which will be released in September.   For the time being, please use ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 7, 2008
  • Re: cuteeditor in a panel causes "File does not exist" exception (.net 2.0)

    I have just fixed the same ''File not Found'' exception in my own code (although nothing to do with CuteEditor!)   To track down _which_ file is not being found, within your Application_Error catch logic, examine the Url which is throwing the error:       string url = HttpContext.Current.Request.Url.ToString(); ...
    Posted to Cute Editor for .NET (Forum) by jcliff29a on March 2, 2008
  • PasteHTML

     when I use that feature using javascript and try to insert some text in url, it puts it outside of the url.   eg   if I type in the editor http://www.cnn.com?id=   and I run code to insert our variable, it takes = sign followed by pated text out of the href tag.   following is the code:   Insert code for: ...
    Posted to Cute Editor for ASP (Forum) by [email protected] on February 29, 2008
  • Re: StripScriptTagsFromInput for onmouseover events

    MatthewBe:Thanks.  That is what it seemed like.  Any chance that the StripScriptTagsFromInput functionality will be expanded?  I was excited to see it, but it isn't terribly helpful if it doesn't completely block javascript.   MatthewBe,   We wil enhance this function in the future release.  If possible, we ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 28, 2008
  • Unable to Paste from clipboard

    We have a fairly serious problem with CuteEditor as a number of our clients are unable to Paste from Word (or any other windows application) into the the editor.   This is due to most of our larger clients have this option set to ''Disable'' within IE 7. Allow Pragmatic access to clipboard (Possible values are Disable, Enable, ...
    Posted to Cute Editor for ASP (Forum) by geebee on January 2, 2008
  • Re: folder security

    Hey Adam, is there a way to change the ImageGalleryPath using javascript? What I was wondering is since the feature I need is not avilable is whenever someone clicks on the Image Gallery button, use the bottom code to capture event and change the image gallery path. Is it possible?   function ...
    Posted to Cute Editor for .NET (Forum) by siancell on December 26, 2007
  • Re: Error on Sign Out

    Thanks for suggestion, but I can't use your sign out. I have my own Login in webcontrol  and i had copied your sign out code FormsAuthentication.SignOut();  in my sign out function and add at  top imported <%@ Import Namespace=''CuteChat'' %> as on your banner.ascx still i am getting error object required on LogOut ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by A-1 Technology on December 22, 2007
  • Cannot use inline assignment and direct assignment doesn't work

    Adam,   Throughout your javascript examples, you use this format:   <%=Editor1.ClientID%>   We cannot use this format because of Ajax implementation which cannot alter controls using inline code or assignment. Also, Microsoft recommends not using inline in Framework 3.   When I use the standard ...
    Posted to Cute Editor for .NET (Forum) by fredd on November 16, 2007
  • Re: onLoad

    Tommy: Hello, is it possible to catch the CE onload event? I saw in another post, something like this:      $editor->Attributes[''oninitialized'']=''myfunction()'';   but it doesn't work. Is there a way to do that? Thanx Tom   Use ...
    Posted to Cute Editor for PHP (Forum) by Adam on November 12, 2007