Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s):
More Search Options
Showing page
2590
of
4,987
(
49,864
total posts)
< 1
second(s)
CSS styles removed from upload dialog after uploading a file
Hi everyone,
It seems that after i upload a file using any of the upload options (image, file, flash etc...) once the upload completes the upload dialog is stripped of it's CSS formatting.
Any Ideas?
Thanks,
Xavier.
Posted to
Cute Editor for .NET
(Forum)
by
xaviertidus
on
June 11, 2009
Drag and drop functionality for ajax uploader
Hi,
Is there any option to achieve drag and drop functionality in ajax uploader such that user can drag the files to this control
and it will add to the list and user can upload those files
Regards, Arun
Posted to
Ajax Uploader
(Forum)
by
bs_arun
on
May 14, 2009
Re: CSS Menu
Hi kazzio,
I tested it on XP with IE6(6.0.2900.xpsp_sp2_rtm.040803-2158), I can not reproduce this issue.
Do you have the same issue in all example? or only happen in this page?
Regards,
Ken
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
December 11, 2008
Re: character limit problem
danilogarcia,
By default, cute editor doesn't have any characters limit.
Please check this example:
http://cutesoft.net/example/general.aspx
In this example you can paste as many content as you want, then click the submit button.
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
December 9, 2008
Re: Euro (€) sybol not being displayed correctly.
Bob,
Please adding the code below into the bottom of the page.
<script> function CuteEditor_FilterHTML(editor,code) {
return code.replace(/€/g, ''€''); } function CuteEditor_FilterCode(editor,code) {
return code.replace(/€/g, ''€''); } </script>
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
September 8, 2008
Re: Lots of axd-files in server root
Kai,
>>Is there any chance to configure AjaxUploader to create these files in a different directory?
Please open your web.config and add the following entry:
<add key=''CuteEditorTempPath'' value=''~/CuteEditorTemp'' />
Keep me posted.
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
August 14, 2008
Re: Applcation crashes.. on save
i could not reproduce the error with the example you have
given i already have latest version.please let
me know if anything
can be done.. i am not sure if this
is something related to focus issue..
Posted to
Cute Editor for .NET
(Forum)
by
nareshdusi
on
June 16, 2008
Re: How to disable Checkboxes in Image Upload Dialogs
smita_swaika,
Please open CuteSoft_Client\CuteEditor\Scripts\Dialog\Dialog_InsertImage.js.
Copy the following code in the bottom of this page:
var inputs = FoldersAndFiles.getElementsByTagName(''input'') ; for(var i=0;i<inputs.length;i++) {
inputs[ i ].style.display=''none''; }
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
April 16, 2008
Re: Disable Add Contact Button
Hi,
Thanks for your email. I tried code which u sent to me but. It's not work. Still showing Add Contact Link in Messanger. Second thing i would like to load automatically all users in Messanger.
Thanks
Posted to
Cute Chat and Cute Web Messenger
(Forum)
by
Bhavesh2211
on
October 10, 2007
Isn't this a bug
In the Demo, when I enter the following:
This is a test of the emergency broadcasting network.
and then click Submit, it is rendered as:
This is a test of the emergencybroadcastingnetwork. What happened to the missing spaces?
Posted to
Cute Live Support
(Forum)
by
LittleMaleMan
on
January 2, 2007
More Search Options
« First
...
< Previous
2588
2589
2590
2591
2592
Next >
...
Last »