Search

You searched for the word(s): cuteeditor 4.6'A=0
Showing page 192 of 966 (9,656 total posts) < 1 second(s)
  • Server side exception : failed to image_name.jpg

    Hi all, I have a problem with CuteEditor when trying to uploading images. I have ip licence. I have a control panel with its own login system cookies/mySql/php programmed. To run CuteEditor inside my control panel I did these changes: 1) in the main file  include_CuteEditor.php at the beginning I inserted this code instead ...
    Posted to Cute Editor for PHP (Forum) by Elaidon on November 22, 2010
  • Re: toolbar not loaded in mozilla

    Thats the part of code where Cute Editors are loaded : <tr>                   <td width=''10''></td>                   <td colspan=''11'' ...
    Posted to Cute Editor for .NET (Forum) by webukraine on June 27, 2010
  • Re: how to get the conents of editor on server side

    Dear, Please save the following content to GetContent.aspx, <%@ Page Language=''VB'' AutoEventWireup=''false'' CodeFile=''GetContent.aspx.vb'' Inherits=''test_Default'' %> <%@ Register assembly=''CuteEditor'' namespace=''CuteEditor'' tagprefix=''CE'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' ...
    Posted to Cute Editor for .NET (Forum) by Eric on April 27, 2010
  • Invalid DateTime format

    Hi, I have a problem with the Load.ashx. Every other time it is requested with the URL:  http://localhost/CuteSoft_Client/CuteEditor/Load.ashx?type=themecss&file=style_gecko.css&theme=Custom&EditorID=CE_ctl00_oPageContent_oPageLayout_oCommentBox_oPostEditor_ID it produces the following error:  [FormatException: String ...
    Posted to Cute Editor for .NET (Forum) by mager on November 14, 2009
  • Re: How to disable insert option in Image/ Document Editor?

    Hi kamala20,   If you mean the 'Insert' button   Insert Image dialog   1. Open file 'CuteSoft_Client\CuteEditor\Dialogs\InsertImage.aspx'   2. Find section below   <input class=''formbutton'' type=''button'' value=''   [[Insert]]   '' onclick=''do_insert()'' id=''Button1'' /> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 10, 2009
  • Re: Bottom Bar Options?

    Please check the following properties:   Editor.ShowBottomBar Property Specifies whether the Bottom Bar(Design, Html and Preview Mode tab) appear.   Example Code       <%            Dim ...
    Posted to Cute Editor for ASP (Forum) by Adam on October 8, 2009
  • how to using jQuery setHTML & getHTML?

    my project is Extjs+jQuerythere is cuteEditor in my Page,so,i click my Extjs GridPanel will pop EditWindow ,must be read some data to CuteEditor.i try $(''#Editor1'').setHTML, $(''#Editor1'').val(data)... it's  invalidation and using var editor1 = document.getElementById('<% = ...
    Posted to Cute Editor for .NET (Forum) by yzhxhwt on July 16, 2009
  • Image Uploader doesn't work for IE with Flash 10

    We are having problems with image uploader: some of the browsers do not show file selector when ''Upload'' button is pressed inside ''Image Gallery'', ''Insert Image'' and other sections of the CuteEditor where uploader is used. I have read (inide Ajax Uploader forum) that this problem is related to Flash10a.osx, so I was able to fix it by chaning ...
    Posted to Cute Editor for .NET (Forum) by Anonymous on January 14, 2009
  • Re: Limit Font Size and Font-Family

    George,   You need to modify the toolbar configuration file. For your situaiton, you need to modify   CuteEditor/Configuration/AutoConfigure/minimal.config. The CuteEditor toolbar configuration files, which contain XML, specify the toolbar configuration information of the CuteEditor instance. These configurations are applied ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 11, 2008
  • Re: Reduce file picker / file manager

    Martin,   >>Can I copy this file ''insertDocument.aspx'', rename it (e.g. to ''explorer.aspx'') and call this file instead?   It's possible.   Please check the following example:   How to create a custom button(client side) which displays a ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 18, 2008