Search

You searched for the word(s): javascript
Showing page 4 of 408 (4,076 total posts) < 1 second(s)
  • Re: JavaScript content count is unreliable with attachEvent for keypress/onclick

    HotAir,   Change your code to:   <script language=''javascript''>       // get the cute editor instance      var editor1 = document.getElementById('<%=RemarksEditor.ClientID%>');   function CE_attachEvent()   {    // get the cute ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 12, 2006
  • Re: Instantiate Editor with pure JavaScript

    ''This editor is not a pure JavsScript editor.''   You're kidding, right?   The invocation process is ASP/VBScript, but the editor is pure client-side JavaScript. The ASP process simply probes, makes choices and assembles the client side code needed to present the editor to the web browser app. for display. This is great for pre ...
    Posted to Cute Editor for ASP (Forum) by Bill Rishsew on October 17, 2007
  • Re: Error in Editor1.GetDocument() function when called in javascript on aspx page

    Hi,   Here is my aspx code of popup window where i want to use cute editor content i.e (parent window).     ---------------******************----------Code goes here------------------------------------**************************   <%@ Page language=''c#'' Codebehind=''SpellingForm.aspx.cs'' AutoEventWireup=''false'' ...
    Posted to Cute Editor for .NET (Forum) by sunderchhokar on May 2, 2006
  • handleselect javascript method

    I am having trouble using your javascript API. I am trying to check if a file already exists in our system, as a user is attempting to upload a file. If it does exist, I need to give them a message asking if they want to overwrite the file. I am trying to use the handleselect method to grab the files that are being uploaded, but i can't seem to ...
    Posted to Ajax Uploader (Forum) by scott.bradley on October 29, 2009
  • Javascript widget does not render in Normal view

    The following javascript widget is a completely valid javascript widget.  You can copy and paste it into a regular html doc and it will render successfully.  However, if you copy/paste it into the HTML view in cuteeditor and then switch back to NORMAL view, it will not display:   ************************************* <p ...
    Posted to Cute Editor for PHP (Forum) by ibizard on August 10, 2009
  • More javascript methods/properties documentation

    Hi Terry,i am trying this scenario: In the CuteWebUI_AjaxUploader_OnSelect I am disabling a drop down box so no problem with that. However, if the user presses Cancel or Cancell All button i want to enable this drop down list, but only if there isn;t any file uploaded 100%. I am capturing the stop event with  ...
    Posted to Ajax Uploader (Forum) by raulsuhani on June 1, 2009
  • Capturing input in javascript

    Hi,   I am using Cute Editor to save information in the database. Before it is actually saved I'm using javascript to format the information. Since the page is generated using an XML i'm providing the cute editor as pure HTML.   I'm facing a problem when I use javascript onclick on a button to access the information ...
    Posted to Cute Editor for ASP (Forum) by Himantha on October 24, 2007
  • Re: No tools in the toolbars - JavaScript is enabled

    Hi   Sorry should have realised i have this problem exactly......   And my solution......   Was to add a link to the page which takes the user to another page. On the new page it has one line of javascript which says ''history.go(-1)''. Lo and behold the controls appear! You can test this manually....   1. Open the ...
    Posted to Cute Editor for .NET (Forum) by AndyFel on October 10, 2007
  • Dynamic loading of content via javascript

    I'm wondering if i can use javascript to set the content of the cute editor.  for example:   <input type=''text'' name=''test'' id=''test'' value=''''>   produces an empty input field.  i can use javascript to then fill it:   document.getElementById('test').value=''i love lamp'';   and the input field ...
    Posted to Cute Editor for ASP (Forum) by lbklatzkin on November 1, 2006
  • Re: Javascript API

    leonard lang,   Please check the following article and online demo:   Extending CuteEditor with JavaScript API    http://cutesoft.net/asp/developer-guide/JavaScript-API.htm   Command list:   http://cutesoft.net/asp/developer-guide/ReferenceToolbar.htm   Online ...
    Posted to Cute Editor for ASP (Forum) by Adam on September 1, 2006
« First ... < Previous 2 3 4 5 6 Next > ... Last »