Search

You searched for the word(s): javascript
Showing page 161 of 408 (4,076 total posts) < 1 second(s)
  • Re: custom event onStylechange()

    Wiseman, >>Does the CuteEditor support some sort of custom-events (javascript) like a ''onStylechange''?No. >>Purpose of asking is that I want to make custom buttons for styles that are outside of the editor itself, but needs to be updated with the current style in the editor.In the following example, when you click the radio ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 15, 2005
  • Cute editor frame size issue, child window loosing focus, very urgent.

    1) we are using cute editor in one of our screen to create message.in that screen we have the ''save'' button which saves the content of the cute editor in database.when we are in NORMAL mode of cute editor and add any text , flash or image in cute editor,and if we click save button , then we are fine, it saves content to database and cute ...
    Posted to Cute Editor for .NET (Forum) by gurpreet on November 14, 2005
  • Custom Tags

    Hi,   I have created custom functionality to display a dialog allowing the user to enter a title and then surround the selected text with <acronym title=''user entered value''></acronym> tags.  This is fine as a one way process, however, how can I make it so that when the user selects the text, right-clicks and selects ...
    Posted to Cute Editor for .NET (Forum) by Andy65 on November 9, 2005
  • Adding Support For <abbr> Tags

    Hi,   I am trying to add a custom button that will display a dialog allowing the user to enter the title attribute for the <abbr> tag.  I can add the button and get the custom dialog to display, however, the following javascript code in the custom dialog will not insert the <abbr> tags into the editor:var editor = ...
    Posted to Cute Editor for .NET (Forum) by Andy65 on November 9, 2005
  • set cute editor readonly dynamically

    Hi,   Is anyone know how to set cute editor readonly using javascript?   I tried the following code but did not work. -----------------------------------------------------------------------------      Javacript:        var editor1 = el(''CE_Editor1_ID'');     ...
    Posted to Cute Editor for .NET (Forum) by Rose Wang on November 8, 2005
  • Expected hexadecimal digit

    I recently installed v5 and get the JavaScript error 'Expected hexadecimal digit' whenever I try to use a custom configuration file. I have even copied one of the AutoConfigure files into the configure folder, renamed it and still get the error. Please help as I really need to be able to resolve this issue. The other post on this issue was on of ...
    Posted to Cute Editor for .NET (Forum) by RedMax on October 26, 2005
  • Problems displaying Cute Editor in Safari

    I'm having problems getting Cute Editor to work in Safari - the paragraph drop down list is enabled, but everything else in the control is disabled.  I'm using version 5.0, Safari version 2.0.  The Javascript Console displays a message of ''TypeError  - Undefined Value'' for each instance of the control on the page.   I've ...
    Posted to Cute Editor for .NET (Forum) by davidh on October 25, 2005
  • Problem viewing a link with "Insert Hyperlink" button

    I'm using CE for ASP v4.2.   There seems to be an issue where if I have a relative link in the text in the editor, and I put my cursor on it then click the ''Insert Hyperlink'' button to view the link, it adds some extra prefix host information onto it that shouldn't be there.   For example, if I have a link <a ...
    Posted to Cute Editor for ASP (Forum) by ngaudreau on October 18, 2005
  • Re: Paste dynamic Server.Transfer

    You can javascript prompt to gather information from the user.Example:<script runat=''server''> void Page_Load(object sender, System.EventArgs e) {       CuteEditor.ToolControl tc = ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 27, 2005
  • Re: insert text from drop down

    In the version 5.0, there is an JavaScript API which allows you paste HTML code into the editor. This is an example: function PasteHTML(html) {     // get the cute editor instance     var editor1 = ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 12, 2005