Search

You searched for the word(s): use <p>
Showing page 321 of 864 (8,631 total posts) < 1 second(s)
  • Re: Typing delay with new version 6

    Here are my last observations :   My Web application is a complex web application with alot of JavaScript and a lot of HTML tags in the MAIN TOP window.  The application dynamically create new IFRAMES where it loads for exemle your simple page with only your HTML Editor in it. When i use this page inside my ...
    Posted to Cute Editor for .NET (Forum) by ID3TECH on May 10, 2007
  • Re: CuteEditor Stealing focus

    Adam,                    Thanks for your earliest reply.            I didn't use multiple editors in same page.          The Scenerio is, ...
    Posted to Cute Editor for .NET (Forum) by Nivas on April 17, 2007
  • Re: ContentType of uploaded/downloaded file?

    ''Where do yout want to get this''. That is essentially my question rather, where is it available to me? Yes I am storing files in the database. I need the ContentType at download time so I can properly send the correct ContentType to the browser.   There are two solutions I am familiar with:   1) Get and store the ContentType sent ...
    Posted to Cute Editor for .NET (Forum) by Ryan Fagan on January 18, 2007
  • Re: <div> formatting problem

    what if you setting these styles through code dynamically and can't put them in a css file?  Right now I am putting styles within a script block of the html that the editor is displaying.    Example:string strStyle = ''<script type=''text/css''> .page{background-color:Blue;}</script>''; string strHTML = ...
    Posted to Cute Editor for .NET (Forum) by kmoreno on January 10, 2007
  • Re: Change views using javascript

    Hi   Just tried the enablestripscripttags example and yes it does alter the casing when saving via the html window, however when switching to normal it doesnt alter it. Code pasted below. The &&x.oSrc becomes &&x.osrc.   Thanks for the reference to the javascript API, should hopefully be able to use to temporary fix ...
    Posted to Cute Editor for .NET (Forum) by AndyFel on December 5, 2006
  • Re: Relative/Absolute Path issues with HTTPS

    I have added the following into the page:   editor.BaseHref = ''http://www.mydomain.com''editor.UseRelativeLinks = true   When I do this it does not add the BaseHref before the file information. It keeps it relative. I don't think I was very clear before as I can not have it relative, it must be absolute to the specific site and ...
    Posted to Cute Editor for ASP (Forum) by tvuamat on October 10, 2006
  • Re: How to get spell checker to work?

    Place the dictionary and the NetSpell.SpellChecker.dll in the bin folder in the root of your website.   It can help if you have a web.config file like the one below, to find out what's wrong.   The last line (<globalization culture=''en-US''/>) forces the spellchecker to use the US dictionary, otherwise it will be using ...
    Posted to Cute Editor for ASP (Forum) by darias on August 30, 2006
  • Re: "Operation could destabilize the runtime".. Medium Trust?

    aeromed,   Please download the control again and use the files and DLL under Framework 2.0 Web.   If the problem still exists, can you test it on your localhost?   When testing, please make sure it run under medium trust enviroment.   <trust level=''Medium'' />   If it works,  I guess your host has a ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on August 22, 2006
  • Re: Create Popup on Icon (image) Click

    Thank you for the response, but that solution doesn't work very well for me.  I am dynamically inserting controls into my page (form), so when I use <%= xx %> strings, .NET gives me errors saying that I can't dynamically add/change controls in a form that uses those string types.  Any ideas?  Error I am getting when trying to ...
    Posted to Cute Editor for .NET (Forum) by JonE on July 14, 2006
  • Re: Licensing for Load Balancing

    Just found this on your licensing info...   Domain License:A domain license allows use of the Software for all users at a single site hosted on a single web server.    We have ONE application with ONE domain running on multiple web servers being managed by a load balancer. So when you go to a url in the application, the ...
    Posted to Purchase / License FAQ (Forum) by calibra on April 27, 2006