Search

You searched for the word(s): javascript
Showing page 61 of 408 (4,076 total posts) < 1 second(s)
  • Re: How to assign the value of a div to a cute editor on client side?

    Hi rizwanali,   Please try this code: <html xmlns=''http://www.w3.org/1999/xhtml''> <head id=''Head1'' runat=''server''>     <title>Welcome to Quattro Html Editor</title>     <script language=''javascript'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 28, 2008
  • Re: question regarding callback functions

    nik600,   Thanks for the interest. The trial version is only available to the .net version, for php version, please use the online demo.   - load a custom browser windows to select files or images and pass the url of the file selected with a javascript command - load a custom browser windows to select link and pass the url of ...
    Posted to Cute Editor for PHP (Forum) by Adam on January 7, 2008
  • Re: Advanced Topic -> Use Cute Editor as a File Picker not support in firefox

    ltanate,   Thanks for pointing out this issue. We've fixed it please use the following BLOCKED SCRIPT   <Script Language=''javascript''>     function callInsertImage()      {     var editor1 = ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 16, 2007
  • Re: Editor.customaddons from v5 to v6

    Shamsu,   Please Try the following code:    editor.CustomAddons = ''<img title=''''Using oncommand'''' class=''''CuteEditorButton'''' onmouseover=''''CuteEditor_ButtonCommandOver(this)'''' onmouseout=''''CuteEditor_ButtonCommandOut(this)'''' onmousedown=''''CuteEditor_ButtonCommandDown(this)'''' ...
    Posted to Cute Editor for ASP (Forum) by Adam on June 5, 2007
  • Re: Javascipt attachevent lost on postback

    Scott,   Please try the following code:   <script language=''JavaScript'' type=''text/javascript'' >   var editor1=document.getElementById(''<%=Editor1.ClientID%>'');   if(editor1.IsReady)CuteEditor_OnInitialized(editor);   function ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 24, 2007
  • Re: How to get RichDropDownList SelectedItem value

    Hi   I can help on the client side, but havnt done this on the serverside.   I guess you must be creating the rddl on the fly, if so then add an attribute for the onchange like so. Note that on IE you use one method and firefox another as it renders differently on firefox.   Dim rddl As New ...
    Posted to Cute Editor for .NET (Forum) by AndyFel on September 20, 2006
  • Re: Updated Developer Guide

    RC,   The developer's guide is updated.   CuteEditor Developer's Guide:   http://cutesoft.net/asp/developer-guide/index.html   The following topic has been added to the Developer's Guide:   Extending CuteEditor with JavaScript API   ...
    Posted to Cute Editor for ASP (Forum) by Adam on June 6, 2006
  • Re: Hi I am new to cute editor..

    navin,   Thanks for the nice comments about CuteEditor.   >>1.when there is a image swapping in html through javascript the image cannot be selected.   Can you explain this issue in more details?   >>2.I cant save the template using the save button in the editor.Its not saving.   Did you get any error ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 30, 2006
  • Re: Issue on Browse Button in the Hyperlink Property

    Isadewa,   The following situation happened to other developers before:   When you are using the Visual Studio IDE to include the '' CuteEditor'' folder into your Visual Studio project, it prompts you to create a code-behind file for the *.aspx. If you select ''Yes'', the a new code-behind files will be created by the Visual Studio ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 25, 2006
  • Re: Determing the selected text in code-behind

    mjswenson726,   Welcome to CuteSoft support forum.   >>In the code-behind I would trap either the original text or the text location by start and end line.    Here is a simple solution:Get the selection using the JavaScript (http://cutesoft.net/example/JavaScript-API.aspx).And put the result in a hidden field. When ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 15, 2006
« First ... < Previous 59 60 61 62 63 Next > ... Last »