Search

You searched for the word(s):  
Showing page 1400 of 4,987 (49,864 total posts) < 1 second(s)
  • Compiler warning from full rebuild of Visual Studio project

    Something to pass on to your developers...   Whenever I do  full rebuild of my ASP .Net 2.0 AJAX project in Visual Studio 2005, I get this warning about something in Cute Editor's code from the compiler:   C:\Dev\wsajax\CuteSoft_Client\CuteEditor\Dialogs\InsertTemplate.aspx(28,49): warning CS0618: ...
    Posted to Cute Editor for .NET (Forum) by Escovado on March 14, 2008
  • Re: Problem upgrading Framework 1.1 to 2.0 - editor definition gets 'object expected' Jscript error?

    Dear customer,   CuteEditor is fully compatible with .net framework v1, v2 and v3.5 and v2 is a popular platform that our own online demo is running on v2. Your official license file is also compatible with all .net framework versions. Your problem sounds like a particial installation or mix-up files between CuteEditor versions. ...
    Posted to Cute Editor for .NET (Forum) by Karen on March 7, 2008
  • Re: Preview Option

    function SetActiveTab() { var editor1 = document.getElementById('<%=Editor1.ClientID%>');   editor1.SetActiveTab('Preview'); } function ExecCommand() { var editor1 = document.getElementById('<%=Editor1.ClientID%>'); var cmd = ''preview''; var val = ...
    Posted to Cute Editor for .NET (Forum) by Vasuu on March 5, 2008
  • Re: Cannot instantiate non-existent class: cuteeditor

    Thank You! Previously our server is not PHP 5.. , Now we chnaged to PHP5.. . It's working.  But i want to upload images, files  etc through PHP editor.   Could you please send the sample code to do this>below is the code i am using   <?php $editor=new ...
    Posted to Cute Editor for PHP (Forum) by Gopinath on March 4, 2008
  • Changing the default font size in editor

    Setting the EditorBodyStyle = ''font:normal 0.7em verdana'' works great but the text inside a table is massive! I've tried changing the EditorWysiwygModeCSS = ''wbp.css''  and placed a wbp.css file in the CuteEditor_Files/styles folder which defines td {font-size:1em;} or even 10em and nothing happens. I don't want the user having to ...
    Posted to Cute Editor for PHP (Forum) by Graham on March 2, 2008
  • Re: Paragraph Default Rather than Divs

    MWorth,   Please set the following property to P.   Editor.BreakElement Property Specify the behavior when the ''enter'' key is pressed in the editor The default is BreakElement.Div. BreakElement Enumeration Determines what happens when the ''enter'' key is pressed in the editor [ ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 21, 2008
  • Probably a really stupid question...

    I can install CuteEditor and get it working such that it will write HTML content to a field in my database.   What is the best way to output that HTML content programmatically without using CuteEditor to display it?  A text box will display the HTML code itself.  How do I pull the HTML out of the database field to which it was ...
    Posted to Cute Editor for .NET (Forum) by MDCragg on February 10, 2008
  • Custom Links - CMS

    Hi guys,   We're looking into building a mini CMS for one of our sites. This site allows custom URLs (with URL rewriting) with the content and pages in a database. So the client can change a page's url from ''/folder/page1.aspx'' to ''/otherfolder/page2.aspx'' by simply using the interface in the admin section. Now, the problem ...
    Posted to Cute Editor for .NET (Forum) by pzolja on February 8, 2008
  • Firefox: Definition Term and menu list creates bad html

    FIREFOX: Drop down menu of paragraph styles creates bad html. Definition Term: i.e:   <div><<dt>>Animal</<dt>></div> <div><<dt>>Dog</<dt>></div> <div><<dt>>Cat</<dt>></div> <div>&nbsp;</div>   Menu ...
    Posted to Cute Editor for .NET (Forum) by wzs5011 on January 31, 2008
  • Css styling the editing area

    Hi, I am creating a cms where the edited content is going into a css-styled DIV, and I want to make the editing area look like the target DIV area (size, background colour, margins & padding, text size etc)   Obviously I can do this by putting equivalent opening and closing DIV tags into the text area to start with, but then the user ...
    Posted to Cute Editor for ASP (Forum) by hazydavy on January 28, 2008