Search

You searched for the word(s): .net 4.0
Showing page 184 of 1,307 (13,069 total posts) < 1 second(s)
  • Re: CAS error using Row and Cell properties pop-up windows

    >>P.S. I tried using the table tags in the control for this forum (obviously cuteeditor) and I don't have any trouble in firefox.  Is there a config file or CSS class that I am missing?   Can you download the latest build and try ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 28, 2007
  • Re: BaseHref Usage

    Bill,   If you set Editor.EditCompleteDocument Property to true, the editor will process content outside the page body and preserve header tags (e.g. <head>...</head>, <title>...</title>, etc.).   All the elements inside head tag are in your control, include base element.   For example, you can try the ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 22, 2007
  • TellDomainOrIP.aspx

    We have a little script that can show you what our products detect on your IP@. Download a copy from http://aspnetforums1.cutesoft.net/downloads/telldomainorip.aspx. Run it on your server, before/behind the router and see if the script turns out different IP@.   If the IP@ is identical, then an IP license will do; otherwise, we can add in ...
    Posted to Purchase / License FAQ (Forum) by Karen on March 14, 2007
  • Re: Insert Table Bug

    wh1974: That's fine but when using Firefox I am able to select an entire column, click on the 'right justification' toolbar button. CuteEditor.NET then appears to set the alignment of individual cells in that column as you can see from the following html:   <table border=''1'' width=''419''>    <tbody> ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 8, 2007
  • Re: Character Counting Issue

    marker,   Please check this example:http://cutesoft.net/example/JavaScript-API.aspx       // get the cute editor instance    var editor1 = document.getElementById('<%=Editor1.ClientID%>');        // Get the editor HTML    var ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 29, 2007
  • Submit Domain/Subdomain names

    Yes, you seem to know all the answers yourself :)   Small Busines License is locked to 10 domain/subdomain names. Each time you have a new name, email [email protected] to get your new license file. License generation takes up to 24 hours on business days and 48 hrs on holidays/weekends. That being side, depending on our workload at ...
    Posted to Purchase / License FAQ (Forum) by Karen on January 11, 2007
  • load HTML file function calls

    You don't have to be a programmer to understand the code as it's mostly self-explained.   For example: editor.LoadHTML(''document.html''). This is the function call for CuteEditor to load up a HTML file by the name of document.html   editor.SaveFile(''document.html''). This is the call you save the editing content back to ...
    Posted to Purchase / License FAQ (Forum) by Karen on November 29, 2006
  • Re: DNN Javascript event for save button

    Using this code-snip in the TextEditor.ascx but fails to connect it to the event...   <script language=''JavaScript'' type=''text/javascript'' > function HandleEditorCommand(editor) {  if(event.command.toLowerCase()=='help')  {   alert(''You click the help ...
    Posted to Cute Editor for .NET (Forum) by amek on November 13, 2006
  • Re: Developement License

    Hi John,   I understand where you're coming from.   There are 2 ways to go around the issue 1. install CuteEditor with its license on your IE7 PC as well so you access both http://localhost by IE6 and IE7 2. install CuteEditor to a folder on your server. A Domain license for http://domain.com is good for ...
    Posted to Purchase / License FAQ (Forum) by Karen on October 23, 2006
  • Re: Thumbnail in image gallery dialogue broken

    mregan:   That code just check whether your server has some settings that can't generate images.   Now I think there's should be another problem that broke the images .   Can you send me an URL for checking it ?   If you don't want send URL to the forum , you can send it to my mail box terry @ cutesoft.net ...
    Posted to Cute Editor for .NET (Forum) by cutechat on September 11, 2006