|
Search
You searched for the word(s):
Showing page 270 of 381 (3,805 total posts)
< 1 second(s)
-
Hi jorbo, We will fix this issue soon. For now, you can add the code below into the page and try again. <script>
function CuteEditor_FilterHTML(editor,code)
{
return code.split(''<br/ />'').join(''<br/>'');
}
function CuteEditor_FilterCode(editor,code)
{
return code.split(''<br/ ...
-
Hi AviPic,
Please try the example below. Insert a image, add alt property ,select it and click the button.
<%@ Page Language=''C#'' AutoEventWireup=''true'' %>
...
-
Hi RichP714, I just tested the code you provided, it works fine for me. Can you set up ftp access for me and send the test page url and reproduce steps to Kenneth@CuteSoft.net? I will check it and get back to you as soon as possible. Regards, ken
-
Hi regrossman, 1. Are you using the latest version? If not, please download the latest version and try again. Latest version downloads: http://ajaxuploader.com/download/Ajax-Uploader.zip 2. Please send the test page url to Kenneth@CuteSoft.net, I will check it and get back to you as soon as ...
-
Hi Tobster, You can fire the PostBackCommand of editor by the code below. editor1 is the ID of CuteEditor in the page. __doPostBack(''editor1$PostBackHandler''); But I suggest you use ''ExecCommand'' to fire the PostBackCommand event, like below var editor1=document.getElementById(''<%= editor1.ClientID ...
-
Hi Jorbo, Is our demo works for you http://cutesoft.net/asp/oncarriagereturn.asp?BreakElement=br ? Is your site online? If so, can you send me the test page url and show me the steps to reproduce this issue? So I can check it for you. Regards, Ken
-
Hi gustyn, I just tested MVC3 with AjaxUploader, it works fine for me. Can you create a simple example which can reproduce this issue and send it to Kenneth@CuteSoft.net. I will check it and get back to you as soon as possible. Regards, ken
-
Hi ssoutrs,
Please try the example below
<%@ Page Language=''C#'' Title=''Customize the queue UI'' %>
...
-
Hi ramkumarhighbrow, Try set the z-index of your control large than '12345672'. Regards, ken
-
hi regrossman, Please try this way For ''Classic'' layout 1. Open file ''\CuteSoft_Client\Gallery\Layout\Classic\Code.js'' 2. Find section below for(var i=0;i<photos.length;i++)
{
var div=this.CreatePhotoDiv(photos[i]);
...
... 270 ...
|
|
|