Search

You searched for the word(s): document
Showing page 10 of 169 (1,685 total posts) < 1 second(s)
  • Problems getting text from editor

    Usually I have no problem getting / setting the text of the editor.  I'm writing a custom button to switch the ''mode'' of the document from displaying it in cute editor to displaying the document in an HTML page.  Here is a snippet of my custom button:protected void Page_Load(object sender, EventArgs e){WebControl ctrl2 = ...
    Posted to Cute Editor for .NET (Forum) by UnlnvlslblE on September 8, 2006
  • Re: Repost: Repost: Images in existing documents

    Scott, Are you sure you have images in both places??Because you are using a relative path, the images are stored at a location relative to the document directory. (fees%20payment%20notice_files/image002.gif)Case 1:Document path: D:\Data\Projects\Casula Vet Hospital\Document Portal\some.html Image path: D:\Data\Projects\Casula Vet ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 10, 2005
  • Access to the path 'c:\inetpub\wwwroot\Framework 2.0\cs\document.htm' is denied.

    Server Error in '/Framework 2.0' Application.Access to the path 'c:\inetpub\wwwroot\Framework 2.0\cs\document.htm' is denied.Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.  Exception ...
    Posted to Cute Editor for .NET (Forum) by ishtiyaq on March 14, 2009
  • Re: Files/Links menu option does not reliably add files/links to document:

    My very first test this morning, and it failed in FF - there is definitely something still wrong here. Test Case #1:1) Go to HTML view and select and delete all text, 2) return to  Normal view, 3) you will be unable to insert file links. Test Case #2: 1) Clear the page in Normal view 2) Insert file link (OK) 3) Without taking any ...
    Posted to Cute Editor for .NET (Forum) by wzs5011 on December 26, 2011
  • Re: Issue with Word Document Formatting.

    Eric, Thanks for the reply.The problem I am having in migration is that, I made some custom changes in the Cute Editor DLL. and also in the files under folder ''CuteSoft_Client''. This is why I am asking you is there any fix I can apply in ny existing solution. Thanks,Jomy James
    Posted to Cute Editor for .NET (Forum) by rajmohanp on February 5, 2011
  • Re: Document Selector Example Throws In Javascript - Does not open the Dialog? Please help

    Here is some missing code from the same page. <div style=''visibility: hidden''> <CE:Editor id=''Editor1'' width=''1'' height=''1'' runat=''server'' AutoConfigure=''None'' ShowHtmlMode=''False'' ShowPreviewMode=''False'' EnableContextMenu=''false'' ShowGroupMenuImage=''False'' ShowBottomBar=''False'' BackColor=''#dedede'' ...
    Posted to Cute Editor for .NET (Forum) by tcshekar on January 7, 2010
  • Re: Open ,edit and save an existing document

    Santosh,   You need to check the following methods:   >>load an existing html document from local drive into the control   Editor.LoadFile Method Editor.LoadFormData Method Editor.LoadHtml Method Editor.LoadRTF Method Editor.LoadText Method   >>after doing the changes I should save that ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 17, 2008
  • Re: How to create a new HTML document with cuteeditor?

    >>How to create a new HTML document with cuteeditor? Please check this example:http://cutesoft.net/example/Edithtml.aspx   The source code of this example can be found in download package.   >>can cuteeditor upload  HTML files or images?   Yes. Please use the ''insert images'' dialog to upload images and ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 18, 2007
  • Problem Restricting Document Files by Extensions and Types

    I'm trying to restrict the upload file types programmatically using the following command from the Cute Editor documentation:       FileEditor.DocumentFilters = ''.zip'' But Visual Studio comes back with the compile error:        'DocumentFilters' is not a member of 'CuteEditor.Editor'. I ...
    Posted to Cute Editor for .NET (Forum) by spencet on June 4, 2012
  • Import Word document

    Hi,   I'm trying to import / export pages. First I export a page to a HTML file which then gets translated by a company with Word. I get the HTML back and want to import this but Word made it dirty...   I tried using EditorUtility.CleanMicrosoftWordHTML function but it returns broken HTML. I also tried exporting to RTF but when ...
    Posted to Cute Editor for .NET (Forum) by Dtest on January 6, 2009
« First ... < Previous 8 9 10 11 12 Next > ... Last »