Search

You searched for the word(s): document
Showing page 91 of 325 (3,244 total posts) < 1 second(s)
  • Re: the editor doesn't seem to pass its content through POST

    Hi all... i have just found what was making all the trouble.I was using a button and some javascript as a mechanism to call submit on the form.I have replaced this bit of code:<input type=''button'' name=''Button'' value=''Add'' onClick=''if( document.fm_admin.title.value == '' ) alert( 'Please give this programme a title' ); else ...
    Posted to Cute Editor for ASP (Forum) by tomSymbius on October 20, 2006
  • Re: Storage provider and Upload provider

    Hi,    try this :   Editor1.SetSecurity("Gallery,Image", "*", "FileProviderType", typeof(SqlFileProvider).AssemblyQualifiedName);   the first parameter specified the categories which you want to apply the security setting .   "*" means all , ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by cutechat on October 5, 2012
  • 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: Process Files Individually

    Hi all,   Please download the last version.   Now uploader provide 3 new javascript event , here is an example for it ...
    Posted to Ajax Uploader (Forum) by cutechat on May 5, 2009
  • Re: Control customization

    PrinceOfAbyss:One very simple and quick question. When I upload some files, and I haven't set from the beginning the $uploader->SaveDirectory property, nor have I used after the upload the $mvcfile->MoveTo method to move them to a desired location, WHERE do the files go? ...
    Posted to PHP File Uploader (Forum) by Adam on February 21, 2010
  • 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
  • Re: MAJOR shortcoming with hyperlink button

    sgilboy,   I just wrote a fix for this. And I've tested it. It works. You can test it in our online demo.   In WinIE.js, you will find the following code from line 481 to line 494.   if (FSrc&&(selectedRange.htmlText != '''')) {      ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 21, 2004
  • Re: Wrong <SCRIPT/> tag formatting

    Hi Herev, I tried save the content into the  HiddenField control, it still works fine for me. Below is my test example<%@ Page Language=''C#'' AutoEventWireup=''true'' %> <%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 22, 2011
« First ... < Previous 89 90 91 92 93 Next > ... Last »