Search

You searched for the word(s): document
Showing page 272 of 325 (3,244 total posts) < 1 second(s)
  • CuteEditor v6.6 bug in Safari and Firefox

    Hi.  When using the Editor as a File Picker, it isnt possible to type ''{'' in any textbox on the same page. If you do so, the <html> tag will get ''overflow: hidden'' added. Example: Set cursor focus in the textbox, an try to type ''{'' in Safari or Firefox. The page will become ...
    Posted to Cute Editor for .NET (Forum) by Carsten Petersen on June 4, 2010
  • Need Help Urgent Project Deadline PDF Export

    I have posted serveral times to this from but to no avail I have a project deadlin which is slpping i need to be able to export images to the final pdf document however images are not being converted to final pdf document I have included a pastbin of the code to wchih i am using in aspx file and code ...
    Posted to Cute Editor for .NET (Forum) by buckd on August 26, 2009
  • Image display bug?

    Hi,   I'm using   document.getElementById(''EditorDiv'').style.visibility = ''hidden''; editor1.visibility='hidden'; document.getElementById(''insertLinkBox'').style.visibility = ''visible'';   and vice verca to display something on a call to my custom button. When I do this with images in the html within the ...
    Posted to Cute Editor for ASP (Forum) by rrowles2000 on July 21, 2009
  • Urgent help Required Character Count.

    Hi,   Can anybody provide me code to add the character count as avaibale in new version to be merged or the files to be updated in cutesoft client folder.As i can't upgrade my old version to new version, I have modified the previous cute editor according to my application. So it is not feasible for me to change my cute editor at this ...
    Posted to Cute Editor for .NET (Forum) by yuvika on March 29, 2009
  • Absolute Div and Positioning

    Hi,   My clients requirement was to have a draggable objects in cute editor, so that the layman can also work with it. For the elements to make them draggable I made a element ''absolute'', the image and text element.   I have used the following code for it:   var ni = ...
    Posted to Cute Editor for .NET (Forum) by yuvika on March 18, 2009
  • RTF headers and footers

    Hi, Does the editor handles RTF headers and footers? Here is my problem: I have a RTF file with some basic configuration (header, footer, margin...). I inject some text in it. Then i need to give the result to the editor. People are going to modify the document as they wish and i need the final document to keep the headers and ...
    Posted to Cute Editor for .NET (Forum) by ascotto on November 7, 2007
  • Where is Source Code for doc selector example?

    Never mind, I found this article here: http://cutesoft.net/forums/thread/32148.aspx May want to update example page below so it also shows VB/C#, etc. Where is the source code for this example: http://cutesoft.net/example/howto/use-CuteEditor-as-document-selector/use-CuteEditor-as-document-selector.aspx How can i create ...
    Posted to Cute Editor for .NET (Forum) by jumpseatnews on September 23, 2007
  • PDF Missing baclground images

    I am trying to save a document to a pdf. If I include the document in a table cell it works fine. If I user the image as a brackground it does not save to the PDF. See below HTML   <table cellspacing=''2'' cellpadding=''2'' width=''500'' border=''0''>     <tbody>         ...
    Posted to Cute Editor for .NET (Forum) by andytauber on June 13, 2007
  • ? CuteEditor changing HTML content on load

    CuteEditor seems to be changing content when loading files.   We loaded an HTML page using the LoadHTML method. The original page is:     <html xmlns:o=''urn:schemas-microsoft-com:office:office''xmlns:w=''urn:schemas-microsoft-com:office:word''xmlns=''http://www.w3.org/TR/REC-html40''> <head><meta ...
    Posted to Cute Editor for .NET (Forum) by fredd on December 27, 2006
  • Catching the Return Key and the Tab Key

    I am trying to catch the return key and the tab key when inside a CE.  I want to tab to the next form field when the user uses the tab key; I don't want to insert spaces.  I also want to catch the return character and not allow them to hit return.   I am trying to follow the following article you had presented to me ...
    Posted to Cute Editor for .NET (Forum) by JonE on August 10, 2006