Search

You searched for the word(s): javascript
Showing page 25 of 408 (4,076 total posts) < 1 second(s)
  • Re: Background color of the editor changed by javascript

                    // get the cute editor instance                 var editor1 = document.getElementById('<%=Editor1.ClientID%>');                ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 9, 2008
  • Re: Javascript error on Spellcheck button

    Pete, I had the same problem, and they told me to hire them at 100-150$ per hour to have them fix this issue.    Did you come up with a solution to this on your own?  I am having it happen in an the update part of formview, but not insert portion.    My solution was to remove the button from the configuration, and ...
    Posted to Cute Editor for .NET (Forum) by jfierst on October 9, 2008
  • Re: Access is denied JavaScript Error

    I made a sample project, but unfortunately it is working on that.  I can't send you a link to the project with an error.  The only thing I can think of is the page that is using the IFRAME to call our project is on a different server/domain than our project.  Have you had any issues with this scenario?
    Posted to Cute Editor for .NET (Forum) by Ryan.Sposato on September 19, 2008
  • Re: JavaScript Error - IE7 - Insert Script Drop Down

    Hi Adam,   The code added to the drop down is dynamically generated (in final product), the test case added using the following:   Dim oList As CuteEditor.RichDropDownList = oEditor.ToolControls(''Layouts'').Control Dim oItem As New CuteEditor.RichListItem() oItem.Text = ''Test Item'' oItem.Value = ''Code ...
    Posted to Cute Editor for .NET (Forum) by Anonymous on August 26, 2008
  • JavaScript Injection disabled

    Hi,   I've found out why JS gets stripped from the editor by searching on the site and now know that it can be enabled. I want to attach some simple JS to links to open new windows. Just wanted to ask is there any reason why you set the JS default to False? Is there any problems trying to write JS within the HTML code when using ...
    Posted to Cute Editor for .NET (Forum) by joestar on August 25, 2008
  • change the working area size within javascript

    hi i have this code: var editor1 = document.getElementById('<%=Editor1.ClientID%>'); var relativeZoom = (val * 1.0) / (lastZoom * 1.0) ; lastZoom = val; var h = editor1.clientHeight; var w = editor1.clientWidth; h = h * relativeZoom; w = w * relativeZoom; editor1.clientWidth = w; editor1.clientHeight = h;     the ...
    Posted to Cute Editor for .NET (Forum) by Dovalle on July 13, 2008
  • Re: Firefox Javascript issue on Editor

    Adam,      Sometimes using your sample - since it starts off in basic HTML mode - cannot reproduce the issue.  It is obvious from the above videos - that it is occurring in the scenario I present.  If you were to make the editor start off like in the above examples - you would see the issue.   I am not doing any ...
    Posted to Cute Editor for .NET (Forum) by LOGIKonline on June 11, 2008
  • Re: javascript being changed

    Deprive,   Your code works for me in the following example:   http://cutesoft.net/asp/EnableAll.asp   <li><a href=''ajaxpage('about_us.html','content');''>About Us</a> <ul>     <li><a href=''ajaxpage('au_volunteers.html','content');''>Volunteers</a> ...
    Posted to Cute Editor for ASP (Forum) by Adam on May 6, 2008
  • Re: Want to access PlainText property at clien side in javascript function

    hello Adam or others Your code is working, but when we check by this function that editor is blank or not function checkEditorBlankValue() { var editorId = document.getElementById('<% = Editor1.ClientID%>'); var content = editorId.GetDocument(); var textofeditor=innerText(content.body); if(trim(textofeditor)=='''') { var ...
    Posted to Cute Editor for .NET (Forum) by mtrvikas on April 30, 2008
  • Firefox problem with Javascript pageHTML function

    Adam/Karen,   I have created an ASP.NET test page/site and e-mailed it to you so that you can recreate this issue:  a pasteHTML command executed while using Firefox, for certain settings of editor properties like readonly=true, does not work.   The same command executed while using IE to browse this page/site ...
    Posted to Cute Editor for .NET (Forum) by rockford on April 21, 2008
« First ... < Previous 23 24 25 26 27 Next > ... Last »