Search

You searched for the word(s): document
Showing page 159 of 325 (3,244 total posts) < 1 second(s)
  • Re: RE: Cute editor does no post back to pages.

    mako239,Cute Editor for .NET supports all Internet Explorer versions from 5.5 up on Windows, Firefox 1.0+, Mozilla 1.3+, Netscape 7+ and Safari (1.3+). This includes Macintosh and Linux. This includes Macintosh and Linux. Keep in mind that you don't need a supported browser to see HTML pages generated using Cute Editor for .NET, you just need a ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 7, 2006
  • Re: HTTPS site - issues with accessing the image button/folder

    Matt,   I have had this problem too. It is related to the image popup window (and document, media and flash) not trasfering the current sessions to the window. The problem is in the browse_img.asp file line 14   If InStr(Lcase(ImageGalleryPath),Lcase(trim(Session(''ImageGalleryPath'')))) <= 0 or Session(''ImageGalleryPath'') ='''' ...
    Posted to Cute Editor for ASP (Forum) by rcroeder on November 22, 2005
  • Re: Cute Editor .NET Bug

    Dave,   In HTML code, the presence or absence of a white space before an end tag should not affect the rendering of a document, according to SGML specifications. However, IE sometimes does not get this right.   Based on I know CuteEditor doesn't add the white space when editing the content.  Can you paste the ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 18, 2005
  • Re: W3C WAI and section 508 Accessibility Guidelines

    Andy,  >>Do you document anywhere exactly what features of the control support these guidelines?http://cutesoft.net/developer+guide/Section-508-compliance.htm>>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 ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 10, 2005
  • Re: Issue with saving ID or name attribute for select type controls

    AMarino,   I am little confused here.>>I am trying to retrieve the ID or name of the controls dragged and dropped into the editor by loading the html into a xml >>document and then searching for select and input elements.Can you explain more details about what you are trying to do?I willl response as soon as ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 8, 2005
  • Re: Is it possible to replace links dialog

    René,    You can use the following code to get the editor:   var editor1=document.getElementById('<%=Editor1.ClientID%>'); var editor1doc = editor1.GetDocument(); Now you can get the selection and write your JavaScript code:   For example: var sel =  editor1.GetSelection(); ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 18, 2005
  • Re: Anyway to get the the selected text with Javascript

    Please use the following JavaScript API to write your own script:          // get the cute editor instance    var editor1 = document.getElementById('CE_Editor1_ID');        //Get the editor content     var editdoc=editor1.GetDocument(); ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 15, 2005
  • Re: Uprgade to version 5

    >>- I have a ''PageProperties tag is not supported'' error an all the pages which uses CuteEditor. PageProperties class has been removed in the version 5.0. - When I switch from ''Normal'' view to ''HTML'' Cute Editor take the liberty to add <HTML></HTML> and <BODY></BODY> tags to my HTML. How can I disallow ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 15, 2005
  • Re: change uploads directory

    Dan,   Please check the following articles: Setting up the Image gallery path   http://cutesoft.net/developer+guide/Specifying-images-path.htm Setting up the Flash gallery path http://cutesoft.net/developer+guide/Setting-up-the-flash-gallery-path.htm Setting up the Media gallery path ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 9, 2005
  • Re: Why did you send version 4.0 and not 4.1

    matthew, The control you received is the version 4.1 instead of the version 4.0.>>1..Is there a config file that lets us choose to use netSpell over ieSpell?  Yes.  You can set the editor.UseNetSpell property to false if you want to use the Iespell. Example:  editor.UseNetSpell = false ...
    Posted to Cute Editor for ASP (Forum) by Adam on August 3, 2005