|
Search
You searched for the word(s):
Showing page 26 of 381 (3,805 total posts)
< 1 second(s)
-
Hi narendrababu,
If you just need to open your galley page, then use the javascript method below to open your own page.
window.open("http://www.google.com", "_blank") ;
Regards,
Ken
-
hi,
Please open file "\CuteSoft_Client\CuteEditor\Dialogs\Tag\tag_image.ascx" and find section below, that is the browse button, the simple way is that hide this button and create your own button there, so you can achieve any function with the new button.
<input type="button" id="btnbrowse" ...
-
Hi cjchamber,
Please check your site application pool, you are using the .net framework 1.1, ajax uploader must use .net framework 2.0+.
By the way, this error is not causes by the uploader, it is causes by your web.config setting, .net framework 1.1 does not support System.Web.Extensions control, and you are using it ...
-
Hi shaunw,
please hit f12 on browser, it will open the setting panel below. you will find the document mode setting.
Regards,
Ken
-
Hi,
Please try editor.ImageGalleryPath = "/websitefoldername/images"
Regards,
Ken
-
Hi shaunw,
I have tried on my win8 IE11, it works fine. can you check your ie document mode? Can you change it to Edge(default) to try again?
Regards,
Ken
-
Hi,
I have tried load the user control programmatically in event Page_Load, it works for me too. Below is the code what I am testing. Does this way work for you too?
<%@ Page Language="c#" ValidateRequest="false" %>
...
-
Hi wzou,
Can you create the example which can reproduce this issue and send it to Kenneth@CuteSoft.net? So I can check it directly on my end.
Regards,
Ken
-
Hi wzou,
Can you try the demo page I provided directly? Does it get the same problem too? It works fine on my IE10.
Regards,
Ken
-
Hi tmillerwyo,
The development team still investigating on this issue, once issue is fix, I will keep you posted. Sorry for your inconvenience.
Regards,
Ken
... 26 ...
|
|
|