|
Search
You searched for the word(s): javascript
Showing page 63 of 408 (4,076 total posts)
< 1 second(s)
-
manishsharma,
No. This is not a JavaScript Editor. Many security options should be set in the server side.
The following example shows you how to created editor on the server side.
http://cutesoft.net/example/Dynamically-Create-Editors.aspx
-
I suggest you put ''ad.src='/oxygene/uploads/images/back2.gif''' into a separate JavaScript function.
onmouseover=ChangeSrc()
function ChangeSrc()
{
ad.src='/oxygene/uploads/images/back2.gif';
}
-
I was looking for more on the features list from the cutesoft editor toolbar with the API calls suntax for each button like insert flash, videos, create a PDF etc etc....
Is there any document to compile that list? that would be very helpful....
Thanks SKH
-
Thanks Terry, Will do that. I'll get back to you if the problem still persists. Thanks for the quick feedbacks, with this kind of support i'm certainly not regretting to have bought CuteEditor :)
Hope you could also look into my other questions.
Thanks!
-
I got the following error, when i use a ModalPopup with CuteEditor (first time it works, the second time, this error is thrown):
Error: editor.GetScriptProperty is not a function
Sourcefile: http://hierbinichgast.de/CuteSoft_Client/CuteEditor/Load.ashx?type=scripts&file=Gecko_Loader
Row: 5
Any ideas?
-
This bug has been fixed in the version 4.1.Demo:http://cutesoft.net/asp/EnableAll.aspIf you still have the CuteEditor Delivery email, click the URL in the email to download your control.
If you deleted the delivey email, please write to [email protected] .
-
Hi Terry,
thank you for your answere.
Yes, I'm using AJAX (my Uploader is inside an UpdatePanel). I've tried to use your suggestion, I'm not an expert in javascript but I've created this function (UploadAttachmentFile is the ID of my Uploader, is It correct?):
function StartMyUploadFile() {
var uploader = ...
-
Hi rajmohanp,
1. Open file ''CuteSoft_Client\CuteEditor\Dialogs\InsertMedia.aspx'' and delete all the code in it
2. Use the code below (red code is what I added in it)
<%@ Page Language=''C#'' Inherits=''CuteEditor.Dialogs.FileBrowserPage'' %>
<%@ Register TagPrefix=''CE'' Assembly=''CuteEditor'' ...
-
I have tried the following code, it will not change your html code, please follow adam's advice, download latest version and try it:
<%@ Page Language=''C#''%>
<%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %>
<html>
<head>
<title>JavaScript ...
-
Hi,
I'm using version 6.1
We've got the CuteEditor set up on a deployment server (so I can't link to it here) and we're testing it for multiple users with multiple pages each, all set up programmatically. When the CE loads, i'm using the Javascript API and Ajax to load any existing content from XML files, if it exists. All of ...
... 63 ...
|
|
|