Search

You searched for the word(s):
Showing page 1682 of 1,762 (17,611 total posts) < 1 second(s)
  • Re: Menu not being rendered...

    Anthony,&#160;Please create a simple example and send the files to us?&#160;I am not familar with that template product.
    Posted to Cute Editor for .NET (Forum) by Adam on November 30, 2004
  • Re: Applying CSS style to Cute Editor

    David, You can achieve that by using the external style sheet: Example: http://cutesoft.net/ASP/style.asp?STYLE=Royalblue.Css &#160;.editBox { &#160;BORDER-RIGHT: #8188a3 1px solid; PADDING-RIGHT: 10px; BORDER-TOP: #8188a3 1px solid; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; MARGIN: 2px 0px 0px; OVERFLOW: auto; BORDER-LEFT: #8188a3 ...
    Posted to Cute Editor for ASP (Forum) by Adam on November 30, 2004
  • Re: Editing linktext

    Lars, 1.Please set the &#160;Editor.RemoveServerNamesFromUrl Property to false in your situation. By default Internet Explorer converts all URLs in hyperlinks (anchor tags) and images (img tags) to absolute URLs. When this property is set to true (the default), CuteEditor strips out the local server name from all A and IMG tags if the hostname ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 30, 2004
  • Re: How to restrict input to fixed styles

    lneville,&#160;If you download the Cute Editor for DotNetNuke, all the classes in the class dropdown are come from the DotNetNuke style sheet.&#160;If you want to build your own style sheet, you have two options:&#160;1. Edit the CuteSoft_Client/CuteEditor/Configuration/Shared/Common.config&#160;&lt;CssClass&gt; &#160;&#160;&#160; &lt;item ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 30, 2004
  • Re: Question re. licensing for CuteEditor for DotNetNuke

    lneville, I think you need two IP licenses for your two server. For the localhost, you can use the software on any machine via http://localhost/ for development purposes. However if the web server is accessed using another hostname (i.e. it is a shared server) then you need to buy a copy for it. This means each of your development servers ...
    Posted to Purchase / License FAQ (Forum) by Adam on November 30, 2004
  • Re: Newbie question

    Rudy, You can find more information here: Cute Editor developer's Guide: http://cutesoft.net/developer+guide/index.html &#160;
    Posted to FAQ (Forum) by Adam on November 30, 2004
  • Re: Menu not being rendered...

    Anthony&#160;, Please use the textarea post your code here: &#160;Post your code here..
    Posted to Cute Editor for .NET (Forum) by Adam on November 29, 2004
  • Re: Problem with link tool

    johnkeithwood, &#160; By default Internet Explorer converts all URLs in hyperlinks (anchor tags) absolute URLs. When the UseRelativeLinks property is set to true, Cute Editor should strip the absolute link paths on the server side. Please&#160;check the code after your submit the form. &#160;Keep me psoted.
    Posted to Cute Editor for .NET (Forum) by Adam on November 29, 2004
  • Re: Inserting Into the Text Area with Javascript

    johnkeithwood, Here is an example to create a custom botton and paste the html code into the editor: create a custom botton and paste the html code into the editor&#160;&#160; &#160;&#160;&#160;//about Italic, see Full.config &#160;&#160;&#160;//&lt;item type=''image'' name=''Italic'' imagename=''Italic'' /&gt; ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 29, 2004
  • Re: Help with updating SQL database entries with CuteEditor

    Michael Mullis, Here is a simple example: &lt;!-- #include file = ''include_CuteEditor.asp'' --&gt; &lt;form name=''theForm'' action=''default.asp'' method=''post'' &lt;%= Request.Form(''Editor1_HTMLContent'') %&gt; &lt;% Dim editor Set editor = New CuteEditor 'Set the ID of this editor class editor.ID = ''Editor1'' ...
    Posted to Cute Editor for ASP (Forum) by Adam on November 29, 2004