Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): javascript
More Search Options
Showing page
183
of
408
(
4,076
total posts)
< 1
second(s)
Re: Character count
Alan, Try the following code: <script language=''
JavaScript
'' type=''text/
javascript
'' > var editor = document.getElementById(''editor1_editBox'');editor.onkeypress = maxlength;function maxlength() { if (editor.innerText.length >= 500) { //do something ...
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
December 29, 2003
Re: javascript error
Terry ,this problem will not go away, I am still get the error but only in ie 6.0, All other browsers including ie on different machines i am receive no error any suggestions thanks
Posted to
Cute Editor for .NET
(Forum)
by
pr1smiley
on
December 13, 2004
Custom Dialog Box
Using: CuteEditor for ASP 6 Goal: Create a Custom Button on the Toolbar, Custom Button will open a Custom Dialog Box, Custom Dialog Box will list all pre-built webpages for linking, Selected link will be returned to the calling editor formatted as a <a href=..., If text was selected in the calling editor ...
Posted to
Cute Editor for ASP
(Forum)
by
Bill Rishsew
on
October 19, 2007
Re: Text repeating if '&' character is present
Hi Kenneth, Thanks for the reply. I added the above
Javascript
code in the page and the function is being called when the keypress event happens on cuteeditor Editor. But still the PlainTextWithLinefeeds property returns the text as above. ie It repeats the text again and again. Thanks Prince Thomas
Posted to
Cute Editor for .NET
(Forum)
by
princethomas
on
March 22, 2016
Create Popup on Icon (image) Click
I'm trying to code the editor so that when someone clicks the 'New' icon they get a
javascript
popup that asks if they really want to clear the document. I realize they could just hit the 'undo' icon, but you know users aren't that smart sometimes. If I use the following code, I can easily attach my
javascript
method to the ...
Posted to
Cute Editor for .NET
(Forum)
by
JonE
on
July 13, 2006
Re: Javascript Error when call "editor.ExecCommand('InsertDocument');"
try change code editdoc.body.innerHTML=""; to editdoc.body.innerHTML=" "; it will fix the firefox and IE issue. Regards, ken
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
January 22, 2016
Re: Can we set file extension and MaxsizeKb using javascript?
Ok, 'setdialogfilter' is working after initialization, thanks for the help! About the second point, you mean that to use 'DialogFilter' or 'setdialogfilter', the browser needs Flash or Silverlight installed??? Indeed, none of them is installed on my IE6.
Posted to
Ajax Uploader
(Forum)
by
DarShak_Boy
on
March 25, 2009
Re: Get speed of uploader by javascript
I was also wondering if I could get the transfer rate via
javascript
. If you could help me that would be great. Thanks, Matt EDIT - Sorry I didnt see the replies in the search view
Posted to
Ajax Uploader
(Forum)
by
PSMatt
on
March 25, 2009
Re: During upload is in progress i need to change text of InserButton to "Uploading...."
Hi, You can check the uploader control id first, so you will know to change which button ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
March 12, 2013
Re: CuteWebUI_AjaxUploader_OnError Doesn't Fire
Dear mferrell3, Please follow steps: 1. Save the following code to default.aspx <%@ Page Language=''C#'' AutoEventWireup=''true'' CodeFile=''Default.aspx.cs'' Inherits=''_Default'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
Posted to
Ajax Uploader
(Forum)
by
Eric
on
February 23, 2011
More Search Options
« First
...
< Previous
181
182
183
184
185
Next >
...
Last »