Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Browse by Tags
All Tags
»
Javascript
6.0 bug
6.3 ASP.NET
Access
access denied
access is denied
AJAX
Ajax Uploader
ajax Uploader javascript API
ajaxuploader
AjaxUploaderQueueTable
asp
asp.net
backgroundcolor
bug
C# JavaScript programming
Cancel All Button Customizing
chrome
Classic ASP
Client Side Object Model
Client-side
client-side methods
cms
code
color
CSOM
css
Cute Editor
Cute Editor 6.1 for .Net
CuteEditor
CuteEditor ASP
CuteEditor for .NET
CuteEditor_OnChange
CuteSoft Editor for .net
CuteWebUI.AjaxUploader.dll
CuteWebUI_AjaxUploader_OnQueueUI
demo works fine
dialog
DropDown
dropdown lists
dynamic load
Editor Focus
editorbodystyle
enableStripScriptTag
EnableStripScriptTags
error
Error uploading files
error.runtime
FileUpload
FileUpload ajax uploader
FileUploaded
Firefox
Google Chrome
HTML code
IE
ie 7
IE 8
IE7
IFrame
insertbutton
integration
java
javacript
JavaScript API
javascriptpt invocation
jQuery
media upload problem
Mozzila
PasteHTML
path
php
plain text
PlainText
post
Regular Expressions
remote server
render
Rich Text Editor
safari
script
script tag
scripting
scripts
Select/Option Ritchtexteditorn
setHTML getHTML Custom Button
showModalDialog
speed
Strip HTML
template
update ce
Upload Button
UploadAttachments
uploader
Uploader Javascript methods/properties
Uploader Post
version 6.0
Warning Message
Showing page
4
of
6
(
54
total posts)
Problem with JS API
Hi, I'm having some problems with the JavaScript API in a C# ASP.NET project when viewed in FireFox 3.0.3 I am loading the editor (CE) when the page is generated. When the user clicks on a button (input type - no postback), the editor is brought up at the location of the button, and the text is set to the value of a hidden ...
Posted to
Cute Editor for .NET
(Forum)
by
mireigi
on
November 14, 2008
Updating CE
Hello, My web developer, bayshore solutions, put Cute Editor in as the editor of my website admin tool. I am having javascipting issus, so I am convinced that I do not have the updated CE version. How can I update CE without waiting until the web developer updates it? Is there any way that I can ftp files to my site ...
Posted to
Cute Editor for PHP
(Forum)
by
orrgroup
on
August 24, 2008
Is setHTML() supported in v5.2
Is setHTML supported in v 5.2? I ask because no matter what I try I cannot get it to work. Whenever I do I get a ''Object doesn't support this property or method'' error in IE and ''editor1.setHTML is not a function'' in FF. In fact I get the same errors if I use the getHTML function too, though if I use alert(editor1.value) this returns the ...
Posted to
Cute Editor for ASP
(Forum)
by
judas
on
July 31, 2008
my cute editor does not support script tags
Hi All, When I want to try to add javascript code, It does not work. I want to add google ad code in it. Could anybody help me Thaks
Posted to
FAQ
(Forum)
by
sjainuni
on
June 19, 2008
Want to access PlainText property at clien side in javascript function
I want to acces CuteEditor PlainText property in javascript function but it return ''undefined '' value. How can i use this property in javascript function or in CuteEditor_OnCommand function. My requirement is that i want to check that cuteeditor value is blank or not when the theme applied on the cuteeditor. It ...
Posted to
Cute Editor for .NET
(Forum)
by
mtrvikas
on
April 26, 2008
ExecCommand is not a function
Hi, I get the following error when I try to size the editor in height with a exernal link. (I do this, because want to remeber the heigth of the editor so the user doesn't have to make it the height for it's content each time (it would be nice if on postback the .height property would reflect the actual height instead of the initial ...
Posted to
Cute Editor for .NET
(Forum)
by
gabrielk
on
December 14, 2007
Capturing input in javascript
Hi, I am using Cute Editor to save information in the database. Before it is actually saved I'm using javascript to format the information. Since the page is generated using an XML i'm providing the cute editor as pure HTML. I'm facing a problem when I use javascript onclick on a button to access the information ...
Posted to
Cute Editor for ASP
(Forum)
by
Himantha
on
October 24, 2007
How to add header items to the html file ..???
Hi, Can anyone tell me how to add the header section of the html file which we are going to edit using the cute editor? Iis there a simple way to add those header entries of the html file other than editing it using the editor? I need to add a java script and the css file entries to the html ...
Posted to
Cute Editor for ASP
(Forum)
by
nirasha
on
October 3, 2007
Dropdown lists displaying incorrectly (IE6) when beneath DHTML layers
I have a page that contains the editor where the user can dynamically add or remove rows in a table using javascript and some standard DHTML practices. The editor is beneath this setup and as the list of rows gets bigger or smaller, the editor doesn't display the dropdowns for font or font-size correctly. They come up above the editor (layout ...
Posted to
Cute Editor for ASP
(Forum)
by
jcahill
on
August 29, 2007
Re: Javascript API to find caret (insertion point) position in the document.
Try this: <SCRIPT LANGUAGE=JAVASCRIPT> function getCursorPos(textElement){ var cursorPos = -1; if (textElement && textElement.createTextRange) { var range = document.selection.createRange().duplicate(); range.setEndPoint('StartToEnd',range); var start = ...
Posted to
Cute Editor for .NET
(Forum)
by
[email protected]
on
August 13, 2007
« First
...
< Previous
2
3
4
5
6
Next >