Search

You searched for the word(s): javascript
Showing page 155 of 408 (4,076 total posts) < 1 second(s)
  • Change height of editor at run time

    What is the correct method to change the height of the editor using javascript at run-time. I am trying to change the height as the browser is resized to fill all but the header, but haven't been able to.   If I set the editor.style.height nothing happens.   Here is roughly what I want. Browser is made bigger, editor fills the ...
    Posted to Cute Editor for .NET (Forum) by icon on May 29, 2007
  • Re: Large font sizes and <font> tag

    Is there anyway that we could change the font size on the fly. For example, if we had two cute editors on screen - could we have one cute editor with a certain set of 8 font sizes and another cute editor with a different set of 8 font sizes? Perhaps there is a way in Javascript to achieve this? Also is there any built-in functionality ...
    Posted to Cute Editor for ASP (Forum) by headdeball on May 14, 2007
  • Re: CuteEditor Stealing focus

    Nivas,   The focus on your page is stolen by IE instead of Cute Editor.   To prove that, you can do two tests:   1. Test your page using firefox   2. Replace the src of iframe:   from:   src=''CommentDisplay.aspx''   to: src=''http://yahoo.com''   You will find out you will have the ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 17, 2007
  • 6.0 PasteHTML() command not working right. (Reposted from other CE Forum)

    I am using CE to allow my users to create mail-merge letter templates.  To allow the mail-merge, I have some special insertable tags they can use in their templates that get replaced by data from a database.  For example, the tag {LASTNAME} gets replaced, when the letter is printed, by the customer's last name.   Users insert ...
    Posted to Cute Editor for .NET (Forum) by jrbrady on April 17, 2007
  • Capturing Enter Key event in Cute Editor

    Hi   I am using Cute Editor 5.0 in my program. I want to make the Enter key as default key for submitting the content which is entered into cute editor. So I want to know the possibility to capture the key press event for Enter key. ( I dont want to use the Enter key for going to next line, I will just type complete text then press Enter ...
    Posted to Cute Editor for .NET (Forum) by bangaru on March 23, 2007
  • Re: Load a template using an external event

    I solved it! Yahoo!   I was trying to send you a short version of my solution, but this reply template keeps refreshing itself for some reason and I lose it all.   Thanks   DOug     the solution: 1. I figure out the template file name I need (fil) and post it to a new window (tmpl) Response.Write '' var ...
    Posted to Cute Editor for ASP (Forum) by jdmaynard on March 20, 2007
  • capturing clicks on client side

    is there a way i can capture the ''increase/decrease'' editor size (+/-) on client side ? i'd like to run a javascript function onclick.   can u direct me to a code example where i can capture the save button on client side - i see the examples in this site of this feature but not the code itself.   is there any way i can ...
    Posted to Cute Editor for .NET (Forum) by ziv on March 17, 2007
  • Its not working

        Adam,   I set Editor.AllowEditServerSideCode property = true, it is not working. This is my scenario. Please help me out.   I have created one customized button in the editor. When click that button i write javascript code to paste the html. It is pasted that i can feel If i put <a id=id1 name=id1'' i can see the ...
    Posted to Cute Editor for .NET (Forum) by nrraman.tnj on March 1, 2007
  • Re: Using ExecCommand with custom commands

    I found ExecCommand(''PostBack'') in the forums (not in the docs as far as I could see). This allows me to assume that if the command is ''undefined'' it is a javascript initiated ''SaveAndExit''.   HOWEVER, it would be neat if there was a more elegant solution, ie. allowing our own defined commands to be called using ExecCommand, ...
    Posted to Cute Editor for .NET (Forum) by ColinTurner on February 23, 2007
  • Carrying our Client AND Server side processing

    Hi,   I am trying to carry out some processing client side before firing off the editor event to the server. I have added a custom button called SaveAndExit. When I click either the Save or SaveAndExit button, I want to set an ''isSaving'' flag in javascript. When this is done, I want to call the server side handling of the ...
    Posted to Cute Editor for .NET (Forum) by ColinTurner on February 21, 2007