Search

You searched for the word(s): use <p>
Showing page 299 of 864 (8,631 total posts) < 1 second(s)
  • Re: Editor.toolbar.Add

    Maligor,   I suggest  you register your own button and use it in the template property. This method is very flexible.   For adding a custom button one needs to follow two steps.  Step1:  Register the button to the CuteEditor   . <script runat=''server''> void Page_Load(object sender, ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 19, 2004
  • Re: Single returns when the enter key is hit in editor, HOW?

    Marc, We used the style sheet int our web site to get the single returns. P { BORDER-RIGHT: 0px; PADDING-RIGHT: 0px; BORDER-TOP: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; BORDER-LEFT: 0px; PADDING-TOP: 0px; BORDER-BOTTOM: 0px } The reason we didn't implement the UerBr property in the version 1.8 is: For fast loading, we use ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 10, 2003
  • ChatProvider examples

    Has an application with FormsAuthentication login with user data present in a SQL Server 2008. I want to use the FormsAuthentication login I use now with CuteChat? Do you have a ChatProvider example for that (VB)?   In Membership Database Integration i use the code from ''Add web messenger button into web pages'', but i have JavaScript ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by kjell.ek on June 3, 2010
  • RenderControl does not conform standard

    Hi,I'm using cuteeditor for a client and convinced him to use this component. It worked great until now.I need to generate multilpe editors in a page and since I use the editor in a code fragment that expects pure html it seems I am in trouble. I expected I could just use the RenderControl property as with other controls.This person had the same ...
    Posted to Cute Editor for .NET (Forum) by Buckley on October 26, 2005
  • Re: Upgrade?

    Duh!  I'm sorry.  We have the .NET version. So I've downloaded the new version so we will install it and use the current license file. Thanks!  I'm getting ready to purchase a 2nd domain license and wanted to make sure that both servers are on the same version.
    Posted to Purchase / License FAQ (Forum) by bgrover on July 17, 2007
  • What is different of using "BORDER-COLLAPSE: collapse" or not to use it? How can I see the difference?

    Hello,   What is different of using ''BORDER-COLLAPSE: collapse'' or not to use it? How can I see the difference?   Thanks for helping''   Regards J. Bauer
    Posted to Cute Editor for .NET (Forum) by joergbauer on February 23, 2006
  • Re: When version 6.0 becomes availble?

    UnlnvlslblE: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 ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 27, 2007
  • Re: Http Error 2 on uploading image

    Hi iFidelis,   Did you set the "action" setting in the view page code? If this setting is not necessary for you, then please remove it and try again.     Also, I suggest you use the same way as the mvc demo to initialize the editor, it should fix this error for you. In the demo, it using the method below to ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by Kenneth on March 24, 2014
  • Re: Can ajax upload file to a controller instead of uploadHanler.ashx?

    Hi,   Here is the client side API to set the data   <script>      var inp = document.getElementById("textboxid");      var currtask;        inp.onchange = function () {  ...
    Posted to Ajax Uploader (Forum) by cutechat on November 20, 2012
  • Re: adding content to the popup photogallery

    Hi afrika, the div is an object, can not use div+''string''.  Please try the code below, I added a <span> target into this div to shows your custom text.  for(var i=0;i<photos.length;i++) { var div=this.CreatePhotoDiv(photos[i]); this.AttachItemEvent(div); var span1=document.createElement(''span'');    ...
    Posted to ASP.Net Image Gallery (Forum) by Kenneth on June 5, 2012