Search

You searched for the word(s): javascript
Showing page 12 of 408 (4,076 total posts) < 1 second(s)
  • Toolbar Button Functionality - Adding Javascript

    Hey,   I am trying to add some javascript to the save button of the editor.  Is it possible to do this and if so is there documentation somewhere on how?  I asume I can't change the code directly but there must be some class that handles the button and it's features.   Thanks in ...
    Posted to Cute Editor for .NET (Forum) by illumaDeveloper on October 1, 2008
  • Why is setting the height of the editor with JavaScript not working

    I am attempting to use the following JavaScript found in another post here to set the editor height via BLOCKED SCRIPT   var editor1 = document.getElementById('<%=WYSIWYGEditor.ClientID%>'); alert(editor1); // setting the height of CuteEditor editor1.SetHeight(''1000''); editor1.SetHeight(''1000px'');   The reason I ...
    Posted to Cute Editor for .NET (Forum) by atconway on September 15, 2008
  • Re: Enable/disable Editor contents using javascript

    Leah,   You can paste the same code into editor using the JavaScript API of Cute Editor.   PasteHTML() This method is used for pasting the specified HTML into a range within an editor document. If anything is selected, the selection is replaced ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 10, 2008
  • Create a dropdown using Javascript

    Hi   I desperately need to create a dropdown using Javascript, the problems I am facing are as follows:   Users may only have 1 toolbar section which could be full so a new dropdown might not fit. There appears to be no way to create a toolbar section and add a dropdown using Javascript. The dropdown would need to ...
    Posted to Cute Editor for .NET (Forum) by Flintstone on February 6, 2008
  • Set the value of a dropdown using Javascript?

    How can I set the value of a dropdown using Javascript? e.g. Have Courier selected in the Default Font dropdown. This must be done using Javascript as the value I want to select depends on choices the user has made client side.   I am able  to grab the element but am not able to find a way to set the selected index ... does ...
    Posted to Cute Editor for .NET (Forum) by Flintstone on December 21, 2007
  • using the Javascript API functions

    Hello I've been trying to extend the CuteEditor with the JavaScript API. But I've been unable to have an editor event execute these two functions.   CuteEditor_OnInitialized() CuteEditor_OnCommand()   I've looked over the docs and the source from the demo located here. ...
    Posted to Cute Editor for PHP (Forum) by patrick.face on September 19, 2007
  • Dynamically resizing CuteEditor (javascript) and Firefox

    Hi All,   I am dynamically altering the CuteEditor's height in javascript, however the iframe doesn't seem to follow suit in Firefox.   The script looks something like this:   --snip-- edt.style.width=wid+'px'; edt.style.height=hei+'px'; --snip--   Everything works as expected in Internet Explorer, as it seems to ...
    Posted to Cute Editor for .NET (Forum) by Trick on August 1, 2007
  • Re: No More JavaScript API in 6.0??

    max,   Please use the new JavaScript API.     <script type=''text/javascript'' >    function getHTML()    {     // get the cute editor instance     var editor1 = ...
    Posted to Cute Editor for ASP (Forum) by Adam on May 8, 2007
  • How to stop CE to strip JavaScript or CSS ?

    I am using this product for 2 years now .. Quite a few bugs that I have learnt to live with (specially cannot stop CE leave the pasted HTML alone) .. But Now I need CE stop stripping out JavaScript or CSS, basically I need CE to leave the HTML asis ..  .. And I need help !! The flag EnableStripScriptTags has always been set to ...
    Posted to Cute Editor for .NET (Forum) by dream2004 on April 29, 2007
  • Can you use the javascript API to implement an auto-save feature?

    We may be using this editor for a completely custom built , database back ended CMS system.   My question is, can auto-save be implemented via the JavaScript API?   We would simply have a javascript function on a timer and send the editor content  getHTML() back to a web service to save as a draft.     It's ...
    Posted to Cute Editor for .NET (Forum) by tplatt on April 20, 2007
« First ... < Previous 10 11 12 13 14 Next > ... Last »