Search

You searched for the word(s): document
Showing page 46 of 169 (1,685 total posts) < 1 second(s)
  • Re: why height="100%" doesn't work?

    Hi wolf11th,   Try this way: <%@ Page Language=''C#'' AutoEventWireup=''True'' %>     <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 19, 2009
  • Re: Custom Begin Tag Removed using PasteHTML

    One more issue about custom tags. I think this one must be related to those bugs listed above. Basically, my company want to use custom tags (something like <placeholder> or <customtag>) to do dynamic content merge. We need to create a custom dialog to add/edit the custom tags. To edit an existing custom tag, we expect to use ...
    Posted to Cute Editor for .NET (Forum) by ytang on August 10, 2006
  • Re: CuteEditor methods are not working when making it visible by code.

    Hi Ken, I am adding cuteeditor dynamically to the page, How can i assign Intialized event for cute editor in clientside. Is there any way to make cuteeditor intialize rather than waiting for page to load.   In 6.3 version i am not gettign any error in IE10 though its not working for any other browser. For 6.6 version no browser is ...
    Posted to Cute Editor for .NET (Forum) by swathiVajja on March 7, 2013
  • Re: Select an image outside of Cute Editor?

    OK, I have solved some of the problems here. In my Javascript, I had not allowed for the fact that Mozilla and Opera open the Insert Image dialog asynchronously, so the code has to loop waiting for the user to select an image. In the sample code that ships with CE 6.0, the setTimeout command is used for this purpose (see below).   However, ...
    Posted to Cute Editor for .NET (Forum) by dotcom on July 11, 2007
  • Re: Scroll to top of the page on postback

    Hello Adam, Here is the code to demonstrate the problem. If the ''Cute Editor'' control is removed from the page, the scroll position is maintained. However, with the ''Cute Editor'' control on the page, the scroll position is reset to the top (sometimes after jumping up/down a few times).   <!-- <%@ Page ...
    Posted to Cute Editor for .NET (Forum) by ybelov on June 5, 2007
  • Re: What is this? <!-- Inject Script Filtered -->

    FYI. here is the first section of the HTML file, followed by CuteEditor's translation, including the comments ''Inject Script Filtered''. Can you tell me why CuteEditor is inserting those comments:   Actual HTML:   <html> <head><title>Qasper :: beyond CRM - information organizer project and document ...
    Posted to Cute Editor for .NET (Forum) by fredd on December 27, 2006
  • Problem with Indenting and lists:Text pasted from Word document

    I am having a problem with Indenting and Lists. I can not get the selected text to indent by itself.  If I select text, and hit the indent or list (ordered or unordered) button(s), the entire section indents, not just the selection (a line). The Image below shows the text I had before indenting. After indenting:   Also, I ...
    Posted to Cute Editor for .NET (Forum) by praveen on April 18, 2005
  • Re: Editor.Setting.GetHashString()

    I changed the value of the  URLType  to relative path but still I'm getting the full path in the text box, I used the same script in the (use-CuteEditor-as-image-selector.aspx ) from the How To file in the  documatation and I added the URLType property and also I try to add it in the .cs code (Editor1.URLType ...
    Posted to Cute Editor for .NET (Forum) by maowidat on June 21, 2009
  • Re: Pasting MS Word

    James.I deleted the doc file you uploaded by mistake. Can you upload it again?It's my point:If you paste your word document into the editor directly without cleaning the code, you should get something like the following:<p class=''MsoNormal''><span lang=''EN-GB'' style=''mso-bidi-font-family: Arial''>Paul Holmes ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 11, 2005
  • Re: OK - Valid question re: CuteEditor_FilterHTML

    Please use the following code:       function getSelectedHTML(){       var rng=null,html='''';       if (document.selection && ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 4, 2009
« First ... < Previous 44 45 46 47 48 Next > ... Last »