Search

You searched for the word(s):
< 1 second(s)
  • Editor visual customization

    I'm trying to override the toolbar button images with images of my own. I have the editor property ThemeType set to ThemeType.Custom, and have replaced a few of the images in the Custom folder in CustSoft_Client/CuteEditor/Themes/Custom. The problem seems to be that some of the images will change, and some won't. Are the images being referenced ...
    Posted to Cute Editor for .NET (Forum) by sfcalvert on April 16, 2008
  • Re: Error rendering CuteEditor in IE 7

    Hey Adam, &nbsp; I can't reproduce the problem because it appears to be happening only when cute is integrated into my application. On a simple page it's not happening.&nbsp; I would provide you with a sample page from my app, but that would violate my company's privacy policies. I could send you the page output...would that help?
    Posted to Cute Editor for .NET (Forum) by sfcalvert on March 27, 2008
  • Error rendering CuteEditor in IE 7

    This is an IE 7 specific problem. When the editor renders to the page, the drop down lists contain a '6' instead of a down arrow. Additionally, clicking the drop downs causes a javascript error ''Invalid argument'' in the CuteEditorRichDropDown_ShowDiv function. &nbsp; Here's a screenshot: &nbsp; &nbsp; Any ideas?
    Posted to Cute Editor for .NET (Forum) by sfcalvert on March 26, 2008
  • Custom Context Menu Items

    I need to create custom context menu items. For example, I need to be able to right click on an image in the editor, and select a custom context menu option, such as ''Set Default Image''. This option would in turn call a Javascript function, which would add an attribute to the image. &nbsp; Is this possible?&nbsp; &nbsp; To clarify, I DON'T ...
    Posted to Cute Editor for .NET (Forum) by sfcalvert on March 24, 2008
  • Re: Creating drop down dynamically using TemplateItemList

    OK, great. That works for creating groups and line breaks. How do I now go about adding a custom drop down list using the TemplateItemsList property? &nbsp; Currently if I add an item to the TemplateItemsList property string, such as [SyntaxHighlighting], I of course just get a placeholder. I'm adding the control like so: &nbsp; ...
    Posted to Cute Editor for .NET (Forum) by sfcalvert on March 24, 2008
  • Creating drop down dynamically using TemplateItemList

    I need to create the toolbar dynamically from a comma separated list stored in a database. Additionally, I would like those items to be created in groups, like how they are when defined in the XML file (g_start, g_end). Adding g_start and g_end to the comma separated list doesn't work. How do I group items this way? &nbsp; Additionally, I need ...
    Posted to Cute Editor for .NET (Forum) by sfcalvert on March 20, 2008
  • Re: Inserting an image at current cursor position.

    I managed to fix this issue. I essentially store the selection while my popup is open, then restore it when I'm closing it. Here's the code: &nbsp; getSelection = function() { &nbsp;&nbsp;&nbsp; var c = document.getElementById('cuteEditor1'); &nbsp;&nbsp;&nbsp; if(c){ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return ...
    Posted to Cute Editor for .NET (Forum) by sfcalvert on March 17, 2008
  • Re: Inserting an image at current cursor position.

    That's unfortunate, as it's required that I use YUI popups, as our entire application uses them. This probably will mean we won't be buying license, even though this editor is top of our list. Thanks for the reply, Adam.
    Posted to Cute Editor for .NET (Forum) by sfcalvert on March 14, 2008
  • Re: Inserting an image at current cursor position.

    I'm having the same exact problem. I'm using custom YUI dialogs to serve as popup windows. Currently when my popup opens, I lose the cursor in the cute editor. Also, when I make a selection by highlighting a word, that selection is lost on popup. This is crucial for me to be able to fix, as my company won't buy this product unless our evaluation ...
    Posted to Cute Editor for .NET (Forum) by sfcalvert on March 13, 2008