Search

You searched for the word(s): Image
Showing page 1 of 440 (4,393 total posts) < 1 second(s)
  • Re: Some icons have become readonly. Working in firefox but not in IE6.0/7.0

    Thanks for your reply. i think i did same way. Please see my config files.   <?xml version=''1.0'' encoding=''utf-8'' ?> <configuration> <codeviewToolbars> <item type=''g_start'' /> <item type=''image'' name=''Save'' postback=''True'' Visible=''false'' /> <item type=''image'' name=''Print'' ...
    Posted to Cute Editor for .NET (Forum) by Mehek on August 30, 2007
  • Re: Some icons have become readonly. Working in firefox but not in IE6.0/7.0

    Thanks for your reply. i think i did same way. Please see my config files.   <?xml version=''1.0'' encoding=''utf-8'' ?> <configuration> <codeviewToolbars> <item type=''g_start'' /> <item type=''image'' name=''Save'' postback=''True'' Visible=''false'' /> <item type=''image'' name=''Print'' ...
    Posted to Cute Editor for .NET (Forum) by Mehek on August 30, 2007
  • Toolbar displaying incorrect image for certain buttons

    Hi,   I'm currently working on an implementation of CuteEditor for a web portal.   The context of the editor is that it is placed within a div which, on postback, is either shown or hidden, to mimick popup behaviour (a modal background is implemeneted, but seperately, i.e. we are not using the modal popup extender or anything like ...
    Posted to Cute Editor for .NET (Forum) by DLRichards on August 13, 2008
  • Customization of the Toolbars

    Hi,Can any one help me in customizing the tool bars in the CuteText Editor. I am able to run it without any errors, but I want only a few Icons to be visible on My tool bar. I have configured by using Default.config in Configuration\AutoConfigure directory. Does any more needed along with this? I am adding my Default.config file as ...
    Posted to Cute Editor for .NET (Forum) by Shanmuka Kumar on October 28, 2005
  • Re: After removing the Toolbar I receive this JS error createRange().getBookmark()

    My full.config: <?xml version=''1.0'' encoding=''utf-8'' ?> <configuration> <contextmenu> <item name=''Editing'' value=''True''/> <item name=''Format'' value=''True''/> <item name=''Insert'' value=''True''/> <item name=''InsertAdvanced'' value=''True''/> <item name=''InsertFiles'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 16, 2005
  • Unexpected menu layout change

    I upgraded to the latest editor today, and discoverd an unexpected menu layout change.  Note that I have my own file for defining the menu layout, so that file did not change when I updated the cutesoft files. Here is what the menu layout looked like before the update:  and here is how it looked after:  Below is the ...
    Posted to Cute Editor for .NET (Forum) by MITFrog on May 15, 2008
  • Re: Drop-down menus display

    Here is one example... <?xml version=''1.0'' encoding=''utf-8'' ?> <configuration> <codeviewToolbars> <item type=''g_start'' /> <item type=''image'' name=''Print'' /> <item type=''image'' name=''Find'' /> <item type=''image'' name=''ToFullPage'' command=''FullPage'' imagename=''fit'' ...
    Posted to Cute Editor for .NET (Forum) by MITFrog on January 15, 2009
  • Dropdownlists in ONE row??

    Hi all!I´m quite new to this! I´ve edited the default.config file to show my toolbars as i want it. However i can´t seem to get the dropdownlists in ONE row! I´ve attached an image showing my editor and the default.config file.Thanx in advance!/ Micke     <?xml version=''1.0'' encoding=''utf-8'' ...
    Posted to Cute Editor for .NET (Forum) by dreken on January 14, 2006
  • Re: Build a context menu programatically on the server?

    Hi,   You can intercept the CuteSoft_Client/CuteEditor/Load.ashx , to output your custom menu data.   Here is the Load.ashx code :   <%@ WebHandler language=''C#'' Class=''EditorLoadHandler'' %> using System; using System.Web; using System.Xml; using System.IO; public class EditorLoadHandler : ...
    Posted to Cute Editor for .NET (Forum) by cutechat on March 17, 2010
  • Problems with editor

    Hello,    I am using using the following config in my project, I lost data when I try to save the content in database .   Problem is editor.text=''''    I am using the latest version of the cute editor.     <configuration> <contextmenu> <item name=''Editing'' value=''False'' ...
    Posted to Cute Editor for .NET (Forum) by Subeesh on July 12, 2007
1 2 3 4 5 Next > ... Last ยป