Search

You searched for the word(s): javascript
Showing page 36 of 408 (4,076 total posts) < 1 second(s)
  • Re: Can I show operators online in the client window?

    Hi ediguy, Please try the way below. The code below will only shows  department which has the online agents. 1. Open file  ''\CuteSoft_Client\CuteChat\SupportClient.aspx''. 2. Remove all the code and use the code below in it. (The red part is what I added in this page) <%@ Import Namespace=''CuteChat'' ...
    Posted to Cute Live Support (Forum) by Kenneth on February 29, 2012
  • Re: VB.NET how can i change color to a quoted text that goes in the cuteeditor??

    Dear vagelis28,   please refer to code: <%@ Page Language=''vb''%> <%@ Register TagPrefix=''cutesoft'' TagName=''banner'' Src=''banner.ascx'' %> <%@ Register TagPrefix=''cutesoft'' TagName=''leftmenu'' Src=''leftmenu.ascx'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' ...
    Posted to Cute Editor for .NET (Forum) by Eric on February 28, 2010
  • Re: Check if the Editor is empty using javascript

    Gary,   http://cutesoft.net/asp/developer-guide/JavaScript-API.htm   getHTML() This method is used for retrieving the content of CuteEditor as HTML. Example: // get the cute editor instancevar editor1 = obj_Editor1;// ...
    Posted to Cute Editor for ASP (Forum) by Adam on November 29, 2006
  • Re: Javascript error on Spellcheck button

    Hi Pete,   I can not reproduce this issue,here is my test code, it works fine. Can you use my code to do a test again? <asp:ScriptManager ID=''ScriptManager1'' runat=''server'' />             <asp:UpdatePanel ID=''myUpdatePanel'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on September 21, 2008
  • Re: Enable Javascript Execution in Preview

    I will give that a try.  I was thinking I could do something along those lines too, but I was hoping for something easier.   After spending some time playing around with the editor and pouring over the forums, I really think that supplying the source code (without charging that steep source code license fee) would not only help ...
    Posted to Cute Editor for PHP (Forum) by warnickr on January 31, 2008
  • Re: Cursor position (javascript)

    Exactly what I was looking for, thanks a lot! :) Just one final thing now and I'm done: I need to add attributes to the oNewTable element object (like class=''someClass''). I guess there is a function for that aswell? PS: I tried 'oNewTable.class = ''punkt'';' , but 'class' seems to be some kind of special property, so IE reported an error. Any ...
    Posted to Cute Editor for .NET (Forum) by Nilzor on January 5, 2006
  • Re: Problems with Javascript API

    Jason,   You should use the following code to get the cute editor instanceIn order to find the active editor, you'd write: // get the cute editor instance var editor1 = document.getElementById('<%= Editor1.ClientID%>'); Please check the following link for more ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 19, 2007
  • Re: clear the cuteeditor contents using javascript

    http://cutesoft.net/example/general.aspx   Try the new button in the above example.     JavaScript API:     // get the cute editor instance    var editor1 = document.getElementById('CE_Editor1_ID');    editor1.ExecCommand(''New'');
    Posted to Cute Editor for .NET (Forum) by Adam on May 16, 2006
  • Re: Javascript - How can I retrive the Character count?

    Actually this turns out to be 1000 for characters off in the right copy and paste situation. Once again how can it just pull the value that is already calculated in the bottom corner? Getting and RegEx-ing  to get an already rendered count seem stupid. Any ideas how to do this right? 
    Posted to Cute Editor for ASP (Forum) by ethanmcdonald on October 22, 2009
  • Re: JavaScript Injection disabled

    Joe,   Please set the following property to false:   Editor.EnableStripScriptTags Property Specifies whether to remove inject script before writing the string into the db. When this property is set to true (the default) Cute Editor strips all script elements and script contents from the html.
    Posted to Cute Editor for .NET (Forum) by Adam on August 25, 2008
« First ... < Previous 34 35 36 37 38 Next > ... Last »