Search

You searched for the word(s): javascript
Showing page 246 of 408 (4,076 total posts) < 1 second(s)
  • Re: Quotes and equals

    I have played with ConvertHTMLTagstoLowercase, this does indeed stop the additional quotes. In fact its like the old 5.3 version which we can live with i guess, except that it uppercases all the tags which breaks XHTML compliancy.   The problem with using the XHTML property is that we have found that this mucks up the HTML even more than ...
    Posted to Cute Editor for .NET (Forum) by AndyFel on June 21, 2007
  • Safari 3 Compatibility

    Hi Adam,   I notice that safari 3 is now in beta, and *finally* available for the PC, so we no longer need a mac to test compatability with this browser.   However I see that CuteEditor still dumbs down the interface so customised dropdowns appear as normal drop downs, and the tree drop down simply doesn't exist.   The new ...
    Posted to Cute Editor for .NET (Forum) by Anonymous on June 12, 2007
  • Interesting problem with java api

    I have 2 editors on a form.  The 1st is normally hiddeen from the user.  It's inside a span tag with style=''display:none''.  It is used to hold the value of the editor prior to a user making changes to it.  If the user makes changes to the displayed editor, the new content is placed into the hidden editor (so I can detect ...
    Posted to Cute Editor for ASP (Forum) by DanC on June 11, 2007
  • Re: window.showmodaldialog

    salman1210,   Please use the new JavaScript API:   Demo:   How to create a custom button(client side) which displays a dialog?( C# | VB ) This example demonstrates how easy it can be to add your own client side buttons to the ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 16, 2007
  • Re: V6 Error fetching event.command text

    Sorry, I don't understand. That doesn't seem to do anything.   In our .aspx.vb codebehind, we added:   Editor1.Attributes(''oncommand'') = ''HandleEditorCommand(this)'' Then, in HTML script, we added:   function HandleEditorCommand(editor) { var sCmd; try { sCmd=event.command.toLowerCase(); } catch (error) { ...
    Posted to Cute Editor for .NET (Forum) by fredd on May 7, 2007
  • Re: adding dropdown.SelectedItem.text to editor

    I did realise that i needed a clientside event, im a bit new to javascript so please bear with me.   I managed to get it working using the code below, i now need to insert a ''#'' at the begining and at the end of the inserted text.eg: If ''Name'' is selected from the dropdown i would like to insert ''#Name#''Please advise to the best way ...
    Posted to Cute Editor for .NET (Forum) by djv on March 14, 2007
  • Re: How to use the "Flash" selector from CE outside the Editor

    try    <Script Language=''javascript''>             function callInsertImage()              {                  var editor = ...
    Posted to Cute Editor for ASP (Forum) by Adam on January 24, 2007
  • JScript error from winie.js

    I am getting a JScript error in the file winie.js when I do the following:1. load my application page w/ the editor in it.2. switch to HTML view.3. Paste the following text:   <embed style=''width:400px; height:326px;'' id=''VideoPlayback'' type=''application/x-shockwave-flash'' ...
    Posted to Cute Editor for .NET (Forum) by mmeltaus on December 6, 2006
  • no list of users in livesupport operator client?

    I'm trying to do custom integration w/ our webapp, so I've done the usual things (copy Cutesoft_client folder underneath, add javascript to my home page, etc.).In my global.asax, I have this:        Public Function GetUserIdentity() As CuteSoft.Chat.UserIdentity Implements ...
    Posted to Cute Live Support (Forum) by kenyee on October 5, 2006
  • Permission Denied Error.

    Hello, there   -------------------------- Editor Version:v5.3   .Net Framework: v1.1 ---------------------------   I am using Cute Editor well without any problem before I got into the permission denied error which is javascript error.   As a result of searching this forum about this issue, I did everything to fix ...
    Posted to Cute Editor for .NET (Forum) by brianahn on August 28, 2006