Search

You searched for the word(s): icon
Showing page 3 of 66 (654 total posts) < 1 second(s)
  • Re: Problem on click on minimize icon

    Rico,   For some reasons, I got the following error:   Server Error in '/lucas' Application.-------------------------------------------------------------------------------- Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 3, 2005
  • Re: How can I customize Insert Image Icon in Cute Editor of Asp.Net

    Hi narendrababu,   I have show you how to catch the insertimage button click command, you can achieve your own logic there. What problem you got?    ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on December 11, 2013
  • Chaning the icon image and size of template within cuteditor

    Hi   I am using cute editor in our application. Is it possible to increase the width of the template icon or change the icon. We want the template functionlaity should have some extra focus.    is it possible to call the inserttemplate window from outside the cuteeditor like clicking the button opens inserttemplate ...
    Posted to Cute Editor for .NET (Forum) by jeevi_vmk@yahoo.com on January 14, 2010
  • Re: Proactive Chat "Icon"

    elp2,   Please open CuteSoft_Client\CuteChat\Support-Visitor-monitor.js.aspx and modify the following code:   // URL of the image that pops up when you send a chat invitation to your website visitors var URL_live_help_window = __cc_urlbase+''images/live-help-window.gif''; // URL of the close image button var ...
    Posted to Cute Live Support (Forum) by Adam on February 10, 2009
  • Re: Tool bar icon layout and automatic page break

      thanks for the quick response, I just changed the config file as below. It removed the spaces between icons but still would not put all the icon on the same line   help   http://www.hcea.com/temp/Q3.jpg         <?xml version=''1.0'' encoding=''utf-8'' ...
    Posted to Cute Editor for .NET (Forum) by hyung on April 11, 2007
  • Icon on my web be offline while admin infoms to me "Agent admin is online now."

    Hello Mr Adam I just buy your support chat online when  application note ''Agent admin is online now'' but i my page is offline, i must refresh app's connection to get online on web?  I set ''automatic reconnection already..  Please tell me how to fix, i can not day by day, hour by hour to check web to know  ''offline'' ...
    Posted to Cute Live Support (Forum) by minhhai_cd on August 22, 2009
  • CuteEditor Blocked Icon and Error on Submit

    We've had a couple visitors complain that they are unable to use CuteEditor. They say that when they mouse over the editor, their cursor changes to a red circle with a slash through it. When they submit the editor content, a JavaScript error is reported both in Firefox and IE (error: Failed to Load Impl Time). This problem occurs in the demo ...
    Posted to Cute Editor for .NET (Forum) by ThomasHigginbotham on February 19, 2009
  • Re: custom icon click

    How to create a custom button(client side) which displays a dialog?( C# | VB ) This example demonstrates how easy it can be to add your own client side buttons to the CuteEditor by creating a Cross Browser Modal Dialog Box. ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 8, 2007
  • Re: Tool bar icon layout and automatic page break

    Try the following setting:   <item type=''g_start'' /> <tem type=''image'' name=''Cut'' /> <item type=''image'' name=''Copy'' /> <item type=''image'' name=''Paste'' /> <item type=''image'' name=''Undo'' /> <item type=''image'' name=''Redo'' /> <item type=''image'' name=''InsertPageBreak'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 11, 2007
  • Re: Create Popup on Icon (image) Click

    I think I found a solution for what I need.  You can continue to override the built-in New button as in my first example, but then just call your editor1.ExecCommand(''New'');  javascript.  I resolved my one issue above by just creating an additional argument to my javascript function for the Editor Client ID property.  ...
    Posted to Cute Editor for .NET (Forum) by JonE on July 14, 2006