Search

You searched for the word(s): document
Showing page 38 of 169 (1,685 total posts) < 1 second(s)
  • Re: Build a context menu programatically on the server?

    Hi,   You can intercept the CuteSoft_Client/CuteEditor/Load.ashx , to output your custom menu data.   Here is the Load.ashx code :   <%@ WebHandler language=''C#'' Class=''EditorLoadHandler'' %> using System; using System.Web; using System.Xml; using System.IO; public class EditorLoadHandler : ...
    Posted to Cute Editor for .NET (Forum) by cutechat on March 17, 2010
  • Re: Removing Entity References

    Spell: Hi, I was just wondering if there was a way to strip certain entity references? For instance, I have a client who is pasting in their content from MS Word. While they are using the MS Word clean up function, things like smart quotes (̻) and non-breaking spaces (&nbsp) still appear to be getting through. Is there a setting available to ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 15, 2010
  • Re: Using jQuery to access getHTML

    Hello Ken,   Would jQuery interfere with the retrieveal of the HTML code?  I'm going to post my code below so  you can see exactly what i'm doing.     <script type=''text/javascript'' language=''javascript''> $(document).ready(function() { // Tabs $('div[id$=''_pnlTabs'']').tabs({ fx: { height: 'toggle', ...
    Posted to Cute Editor for .NET (Forum) by lharris on November 24, 2009
  • editor hidden by display=none, javascript GetDocument is not a function error

    Hi I have a page with a Cute Editor that the user hides/shows via javascript (setting the <div style='display:none'> ) The page must validate on the client side (even when the Editor is hidden) .  But the line ''editor.GetDocument()'' fails if the editor is hidden. Any workaround ?Here's a stripped down version of the page. (It ...
    Posted to Cute Editor for .NET (Forum) by dodger1 on October 30, 2009
  • how to using jQuery setHTML & getHTML?

    my project is Extjs+jQuerythere is cuteEditor in my Page,so,i click my Extjs GridPanel will pop EditWindow ,must be read some data to CuteEditor.i try $(''#Editor1'').setHTML, $(''#Editor1'').val(data)... it's  invalidation and using var editor1 = document.getElementById('<% = ...
    Posted to Cute Editor for .NET (Forum) by yzhxhwt on July 16, 2009
  • Re: Capture New and Delete Events

    Hi robinsong,   Try this example:   ------------------------------------------------------------------------->   <%@ Page Language=''VB'' %> <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on May 15, 2009
  • Re: SetSecurityFilesGalleryPath

    You understand me wrong. When I select the menu New Document will appear in the folders from Editor1.SetSecurityFilesGalleryPath (''~/upload/documents/'') as I set in the code behind. When I select Insert Hyperlink and select ''Browse'', I get the same folder structure most likely happened from Editor1.SetSecurityFilesGalleryPath ( ...
    Posted to Cute Editor for .NET (Forum) by kjell.ek on April 28, 2009
  • Problem with pasting text from Word

    Hi,   While users are trying to paste the content from the word document using 'PasteWord' icon, we are facing lot of problem while displaying that text on the html page.   What I need here is, I want to use the 'PastWord' Icon but the text has to be pasted same as the key (Ctrl + V) or Paste Icon. I don't want all the special ...
    Posted to Cute Editor for .NET (Forum) by bvkdurgarao on April 11, 2009
  • Re: System.OutOfMemoryException using insert document dialog

    Guys,   This issue is fixed in version 6.3.    Please download the control again. Demo:   http://cutesoft.net/example/general.aspx   Download:   http://cutesoft.net/downloads/default.aspx   Keep me posted
    Posted to Cute Editor for .NET (Forum) by Adam on February 25, 2009
  • Re: trap paste command --urgent

    Please check the following code....its not working...saying ''element is not defined''   function CuteEditor_OnCommand(editor,command,ui,value {     var editor1=document.getElementById(''<%=Editor2.ClientID%>'');     if(command==''Paste'')     { ...
    Posted to Cute Editor for .NET (Forum) by Anonymous on January 23, 2009
« First ... < Previous 36 37 38 39 40 Next > ... Last »