Search

You searched for the word(s): document
Showing page 222 of 325 (3,244 total posts) < 1 second(s)
  • Can't attach event

    Hi,   I've tried the code as presented in your Javascript-API example files. My editor is called Editor:   If I try to get the document with the following line of code:   var objDoc = obj_Editor.GetDocument();   I get an error that GetDocument() is undefined.   The reason I want to load this is to attach to an ...
    Posted to Cute Editor for ASP (Forum) by vtraag on September 28, 2006
  • Re: Setting Page Properties

    I can set it using styles on the server.  I'm using a css to set the body margins to 0.  However, although the page renders with 0 margins, the page properties window still shows other default values (15, 10, 15, 10).  Is there an xml document where I can set different default values?     And, the ability to do ...
    Posted to Cute Editor for .NET (Forum) by Mr X on May 31, 2006
  • template.aspx target setting is ignored

    I'm trying to execute javascript when the link is clicked from preview tab. It doesn't work because the new window is opened with BLOCKED SCRIPTLoadPage(XX) inside address bar. When I modify base (inside template.aspx) to look like that: <base target=''_parent'' href=''<%=referrer%>'' /> it still doesn't work because every time I ...
    Posted to Cute Editor for .NET (Forum) by Anonymous on May 25, 2006
  • Re: CuteEditor Ver 5.3 Insert Image/Gallery etc issues

    I'm experencing the same issue as stated above.  I have a Developer License for the .NET Cute Editor.  We are running the 2.0 framework and thus are using the dll files found in the folder ''CuteEditor_for_NET5\bin\Framework 2.0''.  The problem happens when i try to insert an image or document via the popup and in the URL the only ...
    Posted to Cute Editor for .NET (Forum) by lharris on May 18, 2006
  • Onkeypress

    Hi,   The onkeypress happens before the value of the key is inserted, so if e.g. the document is blank and the user press 'a', the innerhtml in the onkeypress is still empty. (this functions the same way in the example: JavaScript-API.aspx)   In normal javascript you would just add an onkeyup event to the textarea, but is this ...
    Posted to Cute Editor for .NET (Forum) by MadsL on March 24, 2006
  • Internet Explorer Script Error

    I am using CuteEditor for .NET V3.0   When I click on any link of page numbers or ''Next'' in the Insert Image Window then the Internet Explorer Script Error dialog box comes on the screen with message ''An error has occured in the script on this page, Line:48, Char:2, Error: 'document._ctl0.ThumbList1_hdnCurPage'is null or not an object, ...
    Posted to Cute Editor for .NET (Forum) by adeelhaider on February 22, 2006
  • The area you are attempting to access is forbidden

    When I access the Document window in the editor, I am getting the following message in the popup window ''The area you are attempting to access is forbidden''.I have verified that the directory to which it needs to access has full permissions to write and access to. I am bringing up this window through a Javascript command, by accessing the actual ...
    Posted to Cute Editor for ASP (Forum) by slener on January 31, 2006
  • Dropdownlists in ONE row??

    Hi all!I´m quite new to this! I´ve edited the default.config file to show my toolbars as i want it. However i can´t seem to get the dropdownlists in ONE row! I´ve attached an image showing my editor and the default.config file.Thanx in advance!/ Micke     <?xml version=''1.0'' encoding=''utf-8'' ...
    Posted to Cute Editor for .NET (Forum) by dreken on January 14, 2006
  • Second post: problems adding flash content.

    Hello, I need to know if you are investigating the problem, or if I have to look for a different solution.Thanks.Hello, you can replicate in http://www.cutesoft.net/example/general.aspx I want to add Flash movie to my document: with IEI ...
    Posted to Cute Editor for .NET (Forum) by mdurli on January 2, 2006
  • Issue with saving ID or name attribute for select type controls

    Hi, iI 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. I notice that input elements have name and id tags saved into the html whereas those fields are not saved for select elements (drop down list etc). Looking ...
    Posted to Cute Editor for .NET (Forum) by AMarino on November 8, 2005