Search

You searched for the word(s): use <p>
Showing page 306 of 864 (8,631 total posts) < 1 second(s)
  • Re: How can i use external project

    Amar, Please check the article: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/Deployment/default.aspx Keep me posted.
    Posted to Cute Editor for .NET (Forum) by Adam on March 11, 2005
  • Re: When version 6.0 becomes availble?

    Adam,Is there any way we can get a license that will allow testing off a server other than local?  It is very beta so I don't think leaking a license for this would be a bad thing since nobody in their right mind would use it in production.  We have our production server licensed and a test server that is not under the same domain hence ...
    Posted to Cute Editor for .NET (Forum) by UnlnvlslblE on March 27, 2007
  • Re: Change image gallery path by user

    scanner2001,   Thanks for pointing out this issue. Sorry for the inconvenience.   The correct syntax should be:   //use the app-based path Editor1.SetSecurityImageGalleryPath(''~/uploads'') //use the absolute path Editor1.SetSecurityImageGalleryPath(''/uploads'') //use the physical path ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 9, 2006
  • Re: IE 9 Bug Issue

    Thanks for the reply..     The link you provided ( http://phphtmledit.com/EnableAll.php? )  is also showing same problem on IE 9 Problem is that first time the Upload button works fine. but if you click upload button after inserting an image it wont work. Anyway I fixed it with the solution provided from this ...
    Posted to Cute Editor for PHP (Forum) by shijinpenta on September 24, 2012
  • Re: Flash Errors?

    Hi Ken, You're right ... he's using Silverlight 5.something . Unfortunately I don't feel right telling him he has to downgrade his software to use my platform? Especially after I  just got him to upgrade it.  What seems really strange is that I've got a couple of hundred people uploading files, but it seems this is the only guy ...
    Posted to ASP Uploader (Forum) by Yorkey on June 11, 2012
  • Re: Use buttons in readonly mode?

    Just read some general info about custom buttons. Would it be possible to create custom buttons which call the existing actions? I'm mainly interested in ''Maximize Editor'' and ''Enlarge Editor'' (the little ''+'' and ''-'' and the lower right corner).
    Posted to Cute Editor for .NET (Forum) by Kai2 on April 19, 2007
  • Re: Can't use CuteChat with CuteMessenger on the same page

    Vasyl:   That because the HtmlInitialize() function be called twice.   you can try to fix it by this way , put the script after </body> :   <script> var old_HtmlInitialize=HtmlInitialize; HtmlInitialize=function() {     try{ old_HtmlInitialize() }catch(x){} } </script>   Regards , ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by cutechat on October 12, 2008
  • How to get content in cuteeditor by request.form

    I use cute editor ver6.6I have an editor id=''Editor_Background'' in a pageWhen the button click, it submit the form to other page I enter 1234 into the editor I get the editor value by code : Request.Form(''Editor_Background_HTMLContent'')But the result turn to :#1div#21234#1/div#2 How can I can 1234 only? 
    Posted to Cute Editor for ASP (Forum) by surrounding on August 5, 2010
  • Re: FileValidating event not firing? Please help!

    Hi,   Any UI/ViewState changes in FileValidating will be ignored.   You can throw an exception in that event handler, and use javascript to catch it :   function CuteWebUI_AjaxUploader_OnError(msg) { return false;//hide the default alert }   function CuteWebUI_AjaxUploader_OnTaskError(obj,msg,reason)   ...
    Posted to Ajax Uploader (Forum) by cutechat on June 21, 2009
  • Error loading CuteEditor in page.

    Hi, This is the situation: We have multiple applications who use the CuteEditor control. I have added de CuteEditor resource files into IIS as an virtual directory in each application.Now when I want to load the page. I get the error: CuteEditorInitialize is not defined. Can anyone help me with this problem? Best ...
    Posted to Cute Editor for .NET (Forum) by GiovanniM on March 11, 2009