Search

You searched for the word(s):
Showing page 2 of 3 (30 total posts) < 1 second(s)
  • Re: Willing to Pay

    See the instructions I posted in the ''Samples Using Cute ASP'' thread: http://cutesoft.net/forums/7305/ShowPost.aspx
    Posted to Cute Editor for ASP (Forum) by Torquemada on June 9, 2005
  • Re: Samples using Cute Asp

    There are a number of examples on this site - see the Online Demos here: http://cutesoft.net/asp/EnableAll.asp&#160;Here's a simple step-by-step:&#160;1. Upload the CuteEditor files to your server.&#160;2. Create a directory called Uploads at the root of your web site on the server.&#160;3. Now in the page where you want to add the editor, put as ...
    Posted to Cute Editor for ASP (Forum) by Torquemada on June 9, 2005
  • Re: Trying to install

    You didn't do anything wrong - the documentation needs updating by the looks of it - the default.asp page is indeed the Enable All demo, and the menu on the left links to the other demos. All the scripts are inside the CuteEditor_Files directory, along with a whole lot of other stuff like themes, templates, button images etc etc.&#160;By the way ...
    Posted to Cute Editor for ASP (Forum) by Torquemada on June 9, 2005
  • Re: BreakElement trouble

    Adam,&#160;Will you be able to fix this problem anytime soon? I need to reassure my clients ...&#160;Thanks
    Posted to Cute Editor for ASP (Forum) by Torquemada on June 9, 2005
  • Re: BreakElement trouble

    Adam, that example works ok. I can see the problem - when the editor opens with no text, then the BreakElement setting gets ignored and defaults to &lt;p&gt;. I have a page for editing existing texts, and there it works ok. But my page for adding new texts has this problem. If I initialise the text box with for example ''type here'', then ...
    Posted to Cute Editor for ASP (Forum) by Torquemada on June 6, 2005
  • BreakElement trouble

    Using CuteEditor v4.0 for ASP,&#160;I'm having trouble using&#160;the BreakElement property with Internet Explorer.&#160;I set it to ''br'', and that works ok with FireFox - it inserts ''&lt;br&gt;'' elements as I expected - but with IE on a PC it wraps the text with &lt;P&gt; ... &lt;\P&gt; tags which is not what I want.&#160;I notice that here ...
    Posted to Cute Editor for ASP (Forum) by Torquemada on June 6, 2005
  • Re: Checking file names when uploading

    Adam, Thanks for the mods. I have tested them and found a couple of problems: 1. In FilePost.asp, the new function ValidFileName only allows extensions gif, jpg, jpeg and png. This conflicts with the function ValidFileExtension which allows many more. Also, ValidFileName is used both for file type ''document'' and ''image''. 2. The ...
    Posted to Cute Editor for ASP (Forum) by Torquemada on June 5, 2005
  • Re: Checking file names when uploading

    Thanks Adam, I'll check it out over the weekend, and let you know.
    Posted to Cute Editor for ASP (Forum) by Torquemada on June 3, 2005
  • Re: How to change font of text box?

    Aha - I figured out that it's the BODY tag that applies, the following gives me what I want: body { font:normal 11px verdana,arial;background-color: #ffffff; }
    Posted to Cute Editor for ASP (Forum) by Torquemada on June 3, 2005
  • Re: How to change font of text box?

    Thanks for the reply, but I'm still not able to set the font of the text body. If I use EditorWysiwygModeCss, I don't know what css tag to use. I had a look in asp.css, but I can't figure out which part applies to the editor's text area. I tried EditorBodyStyle but it did not work. (This property is not mentioned in the documentation by the ...
    Posted to Cute Editor for ASP (Forum) by Torquemada on June 3, 2005