Search

You searched for the word(s): javascript
Showing page 1 of 229 (2,286 total posts) < 1 second(s)
  • Forms in text ?

    I have been playing around with the form elements of the editor, but I can't get it to work properly. I have tried to to catch the values of the form by: Dim formElement As New System.Web.UI.WebControls.LabelIf Request.Form.HasKeys Then For Each element As String In Request.Form formElement.Text += (element & '': '' & ...
    Posted to Cute Editor for .NET (Forum) by Larskohsel on February 3, 2005
  • javascript setHTML strips javascript

    Hi   I am using the javascript setHTML method it works fine except when trying to insert some javascript with the html.   I tried inserting   <script type=''text/javascript''> alert('hi'); </script> Try click the ''get HTML'' button   on your demo ...
    Posted to Cute Editor for .NET (Forum) by AndyFel on January 30, 2008
  • Re: javascript setHTML strips javascript

    Hi Adam   Have found a fudge that works, it may help you in debugging etc.     var txtToInsert = 'This is the html and script etc to insert';   var txt = document.getElementById('<%= editor1.ClientID %>');  txt.SetActiveTab('code');   txt.ExecCommand('SelectALL', false, 'SelectAll');   ...
    Posted to Cute Editor for .NET (Forum) by AndyFel on January 30, 2008
  • Re: JavaScript API?

    Please check the following links:   JavaScript API document:   http://cutesoft.net/developer+guide/JavaScript-API.htm   JavaScript API Example:   http://cutesoft.net/example/JavaScript-API.aspx   Client-side submit and reset example:   http://cutesoft.net/example/clientsidesubmit.aspx   Add custom ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 23, 2007
  • Re: In Firefox, 2nd instace of Editor does not render properly because of javascript - Ox12f is null

    Hi judebowman, Please try this way. Do not hide the  ''divToToggleVisiblity'' by javascript, hide it in the style. Like below    <div id=''divToToggleVisiblity'' style=''display:none''>    <CE:Editor ID=''editor1'' runat=''server'' Height=''200'' AutoConfigure=''Simple''>   ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 28, 2010
  • Re: calling preview button with custom javascript

    The JavaScript API example is here:   http://cutesoft.net/example/JavaScript-API.aspx This example shows you how to use CuteEditor JavaScript API to customize the application.For you particular question, you can use use the following code:    // get the cute editor instance    var editor1 = ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 8, 2005
  • Javascript API

    Hi guys,   First I want to congratulate you for the great product. I was wondering whether you can help me with a task I'm trying to perform. Having those dropdowns helps a lot but I want to be able to add additional items to them using Javascript. I read the Javascript API that is part of the Documentation but there is nothing there that ...
    Posted to Cute Editor for .NET (Forum) by dvarchev@vizibility.net on April 28, 2006
  • Re: Javascript error on Spellcheck button

    Hello guys,   Feel free to pay me $100 for this fix if you like :-) I think that the Update Panel isn't rendering the Javascript up through the update panel because of the weird way that the CuteSoft Editor is loading the JavaScript. Doesn't matter though, just reference the NetSpell SpellCheck JavaScript file directly at the top of ...
    Posted to Cute Editor for .NET (Forum) by info@centrel-solutions.com on April 6, 2009
  • Re: Programmatically set font - Javascript

    Hi erdnase,   Please try the example  below, it shows you how to change the font name/size dropdown list in javascript when editor ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 7, 2014
  • Re: set value to cuteeditor using javascript

    Please use JavaScript API.   http://cutesoft.net/developer+guide/scr/JavaScript-API.htm   SetHTML() This method is used for setting the content of CuteEditor. Example: // get the cute editor instance var editor1 = ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 6, 2009
1 2 3 4 5 Next > ... Last ยป