|
Search
You searched for the word(s):
< 1 second(s)
-
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 ...
-
Hey Adam,
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.
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?
-
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.
Here's a screenshot:
Any ideas?
-
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.
Is this possible?
To clarify, I DON'T ...
-
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?
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:
...
-
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?
Additionally, I need ...
-
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:
getSelection = function() {
var c = document.getElementById('cuteEditor1');
if(c){
return ...
-
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.
-
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 ...
|
|
|