Search

You searched for the word(s): document
Showing page 262 of 325 (3,244 total posts) < 1 second(s)
  • W3C WAI and section 508 Accessibility Guidelines

    Hi,   Do you document anywhere exactly what features of the control support these guidelines?   Is it possible to enforce the guidelines by making certain attributes of tags mandatory rather than optional e.g. the alt attribute of an img tag or summary attribute of a table tag?   Kind Regards   Andy  
    Posted to Cute Editor for .NET (Forum) by Andy65 on November 10, 2005
  • Re: IE_Implementation not loading in IE11

    Hi smarcin,   Can you check the document mode of your IE11? Are you using the default document mode "Edge"? Or using other mode? I did not got any error with Edge document mode.   Regards,   Ken 
    Posted to Cute Editor for .NET (Forum) by Kenneth on January 23, 2014
  • How to disable insert option in Image/ Document Editor?

    How to disable insert option in Image/ Document Editor? Please post the reply ASAP Thanks
    Posted to Cute Editor for .NET (Forum) by kamala20 on November 10, 2009
  • Body tag content between browsers

    With the editor set to edit whole document:- $editor->EditCompleteDocument=true; Adding a body style as:- $editor->EditorBodyStyle=''margin:0px;padding:0px;font:normal 12px arial;color:#6633ff;background:#ffffff;''; FIREFOX 3.0.4 creates a body tag of:- <body style=''margin: 0pt; padding: 3px; background: #ffffff none repeat ...
    Posted to Cute Editor for PHP (Forum) by Glenn on November 23, 2008
  • Re: Custom "Properties" button

    Hi, In the tag dialog , the parameters are these stuffs : var arg=Window_FindDialogArguments(window); var editor=arg.editor; var editwin=arg.window; var editdoc=arg.document; var element=arg.element; Regards, Terry 
    Posted to Cute Editor for PHP (Forum) by cutechat on August 13, 2012
  • Re: How to use spell check?

    Please use the following JavaScript code to call netspell of Cute Editor.        // get the cute editor instance     var editor1 = document.getElementById('<%=Editor1.ClientID%>');     editor1.ExecCommand(''netspell'');
    Posted to Cute Editor for .NET (Forum) by Adam on January 18, 2008
  • Re: CuteEditor doesn't load in Firefox 5.0

    Hi ChristopherHoven, We are investigating this issue. Once issue is resolved, I will keep you posted. Sorry for your inconvenience. For now, please try style visibility, like below. <!-- #include file = ''cuteeditor_files/include_CuteEditor.asp'' --> <html> <head>     <title>ASP Editor ...
    Posted to Cute Editor for ASP (Forum) by Kenneth on November 8, 2011
  • StripScriptTag question

    I have downloaded the 30 days trial copy the cute editor. I am using the editor just for sending emails.(Like a contactUS page). A user types some info and the info is send out to the right person.  I am not storing any info in the database. Cute editor info says that it strips all the script tags from the edtior.   For example if i ...
    Posted to Cute Editor for .NET (Forum) by coolaggie on January 10, 2011
  • Custom Embed Object

    I am trying to create a cusomt button that will allow you to embed a selected file rather then just display a link to it.   This is my code so far...   <% Set editor = New CuteEditor editor.ID = ''Content'' editor.Text = content editor.Height = ''600'' editor.Width = ''900'' editor.CustomAddons = ''<img ...
    Posted to Cute Editor for ASP (Forum) by Gerudo on January 3, 2011
  • problem in IsDirty

    Hi, I found following code in the forum. However it has a problem. If I just click in the editor without changing anything there, the isDirty is still ''true''. That's not right as the user doesn't change anything. I use firefox. Can anyone pls have a look at the ...
    Posted to Cute Editor for .NET (Forum) by wolf11th on December 5, 2010