Search

You searched for the word(s): javascript
Showing page 11 of 408 (4,076 total posts) < 1 second(s)
  • Javascript error "Access Is Denied"

    Hi, When trying to upload a file to our web server using the cute uploader control I get a javascript error telling me the Access is denied.  I have tried to do the same thing on my local machine and on a staging environment and in both cases it works fine it just has an issue with the live web server for some reason. What makes ...
    Posted to Ajax Uploader (Forum) by alun1234 on March 23, 2011
  • Re: Javascript functions

    Dear meti,   1. How to I prevent from displaying the list of files that have been canceled? I mean all files that their status is ''Error''.  Please try the following code: <%@ Page Language=''C#'' %> <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %> <!DOCTYPE html ...
    Posted to Ajax Uploader (Forum) by Eric on February 7, 2011
  • Instantiate editor using only JavaScript

    I need to instantiate an editor control on a page within my application that does not have access to the .NET control collection - how can I create an instance without using .NET?  I can pass any details / authentication to it via JavaScript, but I can't actually put it on the page. What is the minimum JavaScript required to create an ...
    Posted to Cute Editor for .NET (Forum) by tags2k on November 4, 2010
  • In Firefox, 2nd instace of Editor does not render properly because of javascript - Ox12f is null

    The following code produces the error - only in Firefox.  Firebug shows the error - Ox12f is nullThe problem goes away if I remove the code that hides the div on the document load - but I need this.  This does work in IE 8.  <%@ Control Language=''C#'' AutoEventWireup=''true'' CodeBehind=''TestView.ascx.cs'' ...
    Posted to Cute Editor for .NET (Forum) by judebowman on October 28, 2010
  • Re: I would like to use Javascript to call some of the menu and context function in Cute Editor

    Dear eliasjo,   You can call menubar actions from javascript, you can refer to online demo http://cutesoft.net/asp/JavaScript-API.asp, its source code can be found in download package. Toolbar hide, please refer to  http://cutesoft.net/asp/document/scr/Howto_Change_layout_of_the_toolbars.htm , if you click button ''ExecCommand'', ...
    Posted to Cute Editor for ASP (Forum) by Eric on August 30, 2010
  • Dynamically Disable CuteEditor or Set to Readonly via Javascript?

    Is there a good way or a workaround for setting the CuteEditor to disabled dynamically via Javascript?   The application has a CuteEditor textbox and a checkbox that says 'Not Applicable'.   If the user clicks the checkbox they want the editor to be disabled.   The client does not want us to do it server side via an ...
    Posted to Cute Editor for .NET (Forum) by sszathmary on March 29, 2010
  • Embedded Javascript autoformatted gives "unterminated string literal"

    I am adding some javascript that displays some HTML. The HTML is embedded and when I paste it into CuteEditor the formatting results in a Javascript Error ''unterminated string literal'' So, pasting...  onmouseover=''return overlib('<div style=padding:5px>');'' ...gets formatted to  onmouseover=''return ...
    Posted to Cute Editor for ASP (Forum) by Kevin Russell on January 26, 2010
  • How to insert javascript widget code in Cute Editor ?

    Hello, I want users to copy/paste any widget code in my custom dialogue and after clicking on submit button it should paste to editor. Here is the code I am using : var editor=top.dialogArguments;                 editor.PasteHTML(''<%=strHtml%>'');    ...
    Posted to Cute Editor for ASP (Forum) by codefreak on March 9, 2009
  • JavaScript Error: Ox4 is null

    Here is the scenario:   A user can upload one Image.  Once the Image has been uploaded, I hide the Uploader.  If that image is deleted, I show the Uploader.    I receive the JavaScript error when an Image is uploaded, then deleted, and then the user attempts to upload another Image.   Here is the ...
    Posted to Ajax Uploader (Forum) by Wilson353 on January 30, 2009
  • set value to cuteeditor using javascript

    hi all   i created a custom function which will call a javacript function to insert the some text into the cuteeditor textbox...   i found some example using vb code method....   i will pass some parameters to a javascript function.....then based on the parameters, the javascript function will generate the content for the ...
    Posted to Cute Editor for .NET (Forum) by goh6613 on January 6, 2009
« First ... < Previous 9 10 11 12 13 Next > ... Last »