Search

You searched for the word(s): work
Showing page 3 of 679 (6,785 total posts) < 1 second(s)
  • Re: How do i get ajaxuploader to work with IIS7

    If you are using IIS 7.0 Integrated mode you need to use the following code to add uploadmodule into web.config.   IIS 7.0 Integrated mode <configuration>   <system.webServer>     <modules>       <add name=''CuteWebUI.UploadModule'' ...
    Posted to Ajax Uploader (Forum) by Adam on December 12, 2008
  • Re: App paste option didnt work on CE

    Onkar,   Those button don't exsit.   You need to use Editor.EditorOnPaste Property to specify the paste bahavior. Editor.EditorOnPaste Property Specifies the manner in which the editor handles pasted text.   Member Name Description ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 24, 2007
  • Re: Security Settings Programatic formats - some don't work

    MITFrog,   2: Programmatically specify the Image gallery path: C# Example: //use the app-based path Editor1.Setting[''security:ImageGalleryPath'']= ''~/uploads''; //use the absolute path Editor1.Setting[''security:ImageGalleryPath'']= ''/uploads''; //use the physical path ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 30, 2007
  • Re: CuteEditor example wont work after install, Error: '_CState' is undefined

    After some hunting around on the forum I found this thread:   http://cutesoft.net/forums/thread/17527.aspx   After doing the following:   Open the WinIS.js.asp and Gecko.js.asp file.   And remove the following code:   <!-- #include file = ''include_Security.asp'' -->   my CuteEditor example now ...
    Posted to Cute Editor for ASP (Forum) by jippybeale on March 21, 2007
  • Re: Inserting image, flash files doesn't work

    This is caused when the data being uploaded is greater than what is specified for AspMaxRequestEntityAllowed. Solution: Open your metabase.xml, which is located in 'c:\Windows\System32\Inetsrv', find the line ''AspMaxRequestEntityAllowed'' and change it to a value to suite your needs. Note: Editing the metabase.xml file requires shutting ...
    Posted to Cute Editor for ASP (Forum) by Adam on October 2, 2006
  • Re: DisableAutoFormatting doesn't work!?

    Gone2mars,  Welcome to CuteSoft support forums.<div>hello</div>It doesn't have the format. Even you use the regular textarea, the ''<div>hello</div>'' will be stored in your database instead of ''<div>hello</div>''If your site online so you can provide a URL? Maybe we can help you find a solution.Keep me ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 17, 2005
  • Re: PasteWord filter needs work

    randal,When you copy from the word, the html content in clipboard is quite messy and a bit bigger. When you paste this content to the editor, If you choose clean the code function, Cute Editor will clean the content for you. The content will be cleaned as the standard HTML code. But you may lose some formatting. If you don’t want to ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 12, 2005
  • Re: <CssClass> in common.config doesn't work

    plepage, If you set Editor.AutoParseClasses Property to false as: <CE:Editor AutoParseClasses=''false'' id=''Editor1'' runat=''server'' ></CE:Editor> Cute Editor will load styles defined in the <CssClass> element of the common.config file. If you leave it default, editor will expect you use the ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 17, 2005
  • Re: Cute Editor not work on Mac with Safari 1.2.4

    jeffqi,  Yeah it's due to a restriction in SAFARI which doesn't support HTML editing. We need to wait for the next version of Safari. http://www.appleinsider.com/article.php?id=619 ''A new version of Web Kit to be included with the Tiger release of Mac OS X will support HTML editing, DOM level access, and a new Safari plugin-model, ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 21, 2005
  • Re: New Version don´t work wih Opera 7.23

    Cute Editor uses JavaScript to access functionality that already exists in IE and Mozilla. In IE this functionality is called ''MSHTML''   http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/editing/mshtmleditor.asp In Mozilla this is called ''Midas''  http://www.mozilla.org/editor/midas-spec.html If ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 29, 2004