|
Search
You searched for the word(s):
Showing page 357 of 381 (3,805 total posts)
< 1 second(s)
-
Hi yuvika,
I tested use the example you send me before, contain three page 'testEditor.aspx', 'testEditorFrameset.aspx', and 'testEditorLeftFrame.aspx' is that right?
If so, the example is works for me now after I download the latest version.
If you still have this issue, please sent your test code to ...
-
Hi SharmilaMichael,
When can not upload, get any error?
Regards,
Ken
-
Hi vckanandvpp,
I test on ie6,ie7 and ie8, it works fine for me, can you tell me which color can not works?
Because I have alread tested all color I can select.
see flash below:
Regards,
Ken
-
Hi mstrsftwr,
Try this example please:
---------------------------------------------------->
<%@ Page Language=''VB'' %>
<%@ Import Namespace=''System.Data'' %>
<%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %>
<!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 ...
-
Hi neo_inet,
Open file 'Full.config'(CuteSoft_Client\CuteEditor\Configuration\AutoConfigure\Full.config)
The 'name' is the params of execCommand
Regards,
Ken
-
Hi pbwbart,
We can reproduce this issue, we investigating this issue.
Regards,
ken
-
Hi Amrutas,
We can reproduce this issue, we investigating this issue and will get back to you as soon as possible.
Regards,
Ken
-
Hi toto1010,
Do you mean when you log in messenger on another pc( not on the server), the sounds does not work?
Do you get any errors?
Do you used our example to test?
Regards,
Ken
-
Hi Benava,
adding the code below into the bottom of the page
<script>
function CuteEditor_FilterHTML(editor,code)
{
return code.replace((/\bhttp\b/g), ''https'');
}
</script>
Regards,
Ken
-
Hi wolbrink,
Try this way:
1. Open file 'Channel.aspx'(\CuteSoft_Client\CuteChat\Channel.aspx)
2. Find section
override protected void OnInit(EventArgs args)
{
base.OnInit(args);
}
3. Add the code below into the section above
CommunityServer.Components.User user = ...
... 357 ...
|
|
|