|
Search
You searched for the word(s):
Showing page 1 of 3 (24 total posts)
< 1 second(s)
-
Thanks..... regardsprasanth
-
Hi Adam, Thanks for your prompt reply.. Anyway, I have achieved that by clearing all the subitems. function CuteEditor_AddTagMenuItems(menuitem, element) {
menuitem.items.clear(); // This will clear all the ...
-
Hi Adam, Thanks for your prompt reply. Actually my requirement was different, and I achieved that by a popup window. I have another doubt. Is it possible to remove some of the context menuitems from the <special type=''tags''/>. I don't want the menuitems under tag menu like font color, style, highlights ...
-
Hi,
function CuteEditor_AddTagMenuItems(menuitem,element) { //you can see the menu item in the TagList menuitem.AddMenuItem(1,''MyMenuItem1'',''bold.gif'',HandleMyMenuItem);
menuitem.AddMenuItem(1,''MyMenuItem2'',''bold2.gif'',HandleMyMenuItem); ...
-
Hi, There is some issue on IE7 when working with DIV element.
If you set some attributes to a DIV and click on the enter button, it will create a new DIV and assigns all the attributes of the previous DIV to the New DIV. But in Mozilla it is working fine, it won't assign attributes of the old DIV to the new DIV . In your demo site also ...
-
Hi Ken, Thank u so much, it is working fine now. And I appreciate your supports to us.
regards,prasanthr
-
Hi, I am sorry, it is not supported in your demo page also. Steps to reproduce 1. Click on the insert image button2. click on the upload button in the insert image window3. try to select multiple files to upload4. i am using ie7 and also it is not wokring on mozilla 3.0.15
regardsprasanth
-
Hi, In 6.3 version you can select multiple files and upload to the folder via upload button in Insert Image windowbut this is not happening in 6.5 version. any ideas?
regardsprasanth
-
Hi Ken, Thanks for your prompt reply.
Hope we will get a new version soon..
regardsprasanth
-
Hi Ken, One more issue is there.
Steps to reproduce 1. Create a table having 4 columns and some rows2. merge column2 and column33. place cursor on the second column and click on insert column left button, it will change the layout
4. also, place cursor on first column and click on insert column right button, again it will ...
1
|
|
|