Search

You searched for the word(s): use <p>
Showing page 293 of 864 (8,631 total posts) < 1 second(s)
  • Re: relative links

    I still cannot get this to work. Imagine two identical websites pulling content from the same database. I need relative links the two sites use different virtual directories. I'm sure this is not an appropriate or recommended way to have a setup, but that is not at issue. I cannot get your control to leave my html alone long enough to get a ...
    Posted to Cute Editor for .NET (Forum) by Justin_H on March 23, 2005
  • Re: Tool bar Button "Paste from Word" opens Dialog. Possible without CTRL + V?

    Hi miller399,   All Rich TextEditor paste funtions will use the dialog now. If you do not like to use dialog, then you can ctach the paste word button command and achieve your own paste function. Like the code below. It will catch the paste word button command, what you need to do just achieve your own paste function in ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by Kenneth on October 14, 2013
  • Re: Current deployment package has an error

    not sure why, but I get that occurring with my own ASP files when I use notepad to edit them. For some reason those characters are embedded into the very beginning of the text file. WIlling to bet if you just removed the first three and left the "eval" it would work.   Does this mean the refresh bug has been fixed ...
    Posted to ASP Uploader (Forum) by oap on October 31, 2012
  • Re: AJAX-UPLOADER WebPage Error

    Hi ChetanRajakumar,   The magicAjax control is not a part of AjaxUploader control, so you do not need to use it. I suggest you try the “Framework 2.0-Csharp” demo folder, It will not get this problem. Both folders has the same demo pages, just did not use the Magic ajax control in “Framework ...
    Posted to Ajax Uploader (Forum) by Kenneth on August 28, 2012
  • Re: AjaxUploader in Windows 2008 (IIS 7.0)

    Hi jserrano, Please do not use both of them in the web.config. Check your application pool mode and use one of the code below. IIS 6.0 and IIS 7.0 Classic mode<configuration>   <system.web>     <httpModules>       <add name=''CuteWebUI.UploadModule'' ...
    Posted to Ajax Uploader (Forum) by Kenneth on November 30, 2011
  • Re: What else is there authentication for operator?

    Hi Hee, Q1 If you mean the windows authentication, please refer to http://cutesoft.net/forums/thread/5888.aspx  Q2 CuteChat4_User is a part of CuteLiveSupport, it use to store the user info. SampleUsers just use for the demo of the CuteLiveSupport. If you will integrate with your own membership system, this table is not ...
    Posted to Cute Live Support (Forum) by Kenneth on November 28, 2011
  • Re: Problem when publishing to production test server...

    Ken,       The method above you provided does not really work.  It does seem to upload the file and  fire OnUploadCompleted and OnFileUploaded events.  However, the ajax part of uploader does not work as it generates a full page postback..   I am using the ...
    Posted to Ajax Uploader (Forum) by ScottDolan on November 2, 2011
  • Re: Font fore color and background color toolbar buttons not working?

    Hi Adam, We have now updated to the latest version we have (6.6c) and note that the issue still persists. As noted in my previous post, this is fine if we don't use the readonly property, but causes an issue if we do use it. As an aside, setting the control to enabled = false still allows us to modify the text in the editor
    Posted to Cute Editor for .NET (Forum) by ralc001 on October 2, 2011
  • Re: Copy Cut Paste not working

    Hold the presses.....   Okay I was playing around in the demo again and still cannot use the built in buttons, but when I simply copy from Word and use the keyboard Control V....   I get the pop-up if I want to clean the code before pasting from Word.  This pop-up does not activate when ''Paste'' is selected via the Edit ...
    Posted to Cute Editor for ASP (Forum) by Ozzie on September 22, 2011
  • Re: Problems with IE9 and the First carrage return entered

    Since this problem has not been solved, I must figure out another way to get it working on my end, since you cannot get it to fail on your systems.   I appears that if I change from using the <br /> tag and use the <p> tag for my linebreaks the problem does not exist.   Before I make this change, ( this will take a lot ...
    Posted to Cute Editor for .NET (Forum) by TAG on June 6, 2011