Search

You searched for the word(s): javascript
Showing page 9 of 408 (4,076 total posts) < 1 second(s)
  • Re: Javascript error in IE7 and IE8 when using Ajax to get Editor

    Hi,   I created a new aspx-page and load the Editor using the code you mentioned above: richtext.aspx  <script language="CS" runat="server">             protected void ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by mwinata on March 21, 2013
  • Re: Need documentation to the whole Javascript API

    So much time I wasted. After reverse engineering the curesoft minified (thx) javascript I finally found out how to do it.Once you get the RichDropDownList  DOM element, you can call GetValue() on it. Now THAT's the kind information you should give in a proper documentation (yes wasting 3 days looking for such information make me ...
    Posted to Cute Editor for .NET (Forum) by Sergejack on April 29, 2011
  • Re: clear editor1 using javascript

    Dear lonnie, Please refer to the following snippet:<%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html> <head>     <title>ASP.NET WYSIWYG Editor - Carriage Return Example</title> ...
    Posted to Cute Editor for .NET (Forum) by Eric on February 6, 2011
  • Re: JavaScript Error - IE7 - Insert Script Drop Down

    Ha!   Worked it out. Changed:   Dim oItem As New CuteEditor.RichListItem() oItem.Text = ''Test Item'' oItem.Value = ''Code Snipet'' oList.Items.Add(oItem)   to:   oList.Items.Add(''Test Item'', ''Code Snipet'')   Don't know why this should make a difference specifically for IE7, but it looks like it ...
    Posted to Cute Editor for .NET (Forum) by Anonymous on August 26, 2008
  • Re: Ability to write custom javascript to validate form elements?

    rockford,   >>is there an on-click event-handler anywhere that is executed?     You need to add your own.  Please read this:   http://www.w3schools.com/asp/asp_inputforms.asp   >>If so, can we add our own validation javascript to that event-handler (instead of directly ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 23, 2008
  • Re: JavaScript not decrypting

    custfeedback,  Please provide more information to help us track the above problem. 1. Can you run it successfully on your localhost? 2. Is the site online? If the site online and you can't firgure out the problem, please send a temp ftp access to us.   About the license problem, please email [email protected].
    Posted to Cute Editor for .NET (Forum) by Adam on January 24, 2005
  • Re: Couple Javascript issues

    Unfortunately , I cant upload a screen shot here but the button is on the main tab of the properties window. Drop a text box, right click, the properties window opens up, name of the tab is input. Look towards the bottom under the section marked general. There, in the row below alignment is the FOnt Color text input field. It has an image next to ...
    Posted to Cute Editor for .NET (Forum) by AMarino on January 30, 2006
  • Re: Javascript functions

    Hi Eric, 1. I guess I wasn't clear enough on my first question. All I want to do is just hide the list of canceled files but still display the other files (e.g., files in the queue waiting to be uploaded). For example: let's say I select a large file to upload and I cancel it while the upload is in the middle. That file will show up in the ...
    Posted to Ajax Uploader (Forum) by meti on February 7, 2011
  • Re: Documentation of Javascript functions

    Thanks for your quick reply. I think I can get by with this list and a bit of trial and error/reverse engineering to solve my current dilemma.   Including a complete JS documentation in the next version, including the object types returnes by the functions with properties and methods, it at the top of my wish-list. And I suspect that ...
    Posted to Ajax Uploader (Forum) by jkalian on March 10, 2010
  • Re: Javascript Get Toolbar Height

    Hi, Thanks for the response.. I couldnt get that to work, however I using that id I was able to sucessfully separate the toolbar from the editable area (a better solution to my problem) without delving into the code..   var ...
    Posted to Cute Editor for PHP (Forum) by splendidbob on February 6, 2009
« First ... < Previous 7 8 9 10 11 Next > ... Last »