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
220
of
408
(
4,076
total posts)
< 1
second(s)
Re: How do I load the "insert templates" as well as the editor at the same time
ontargetbill, You have the following two options: 1. Load the default template when page loads Demo: http://cutesoft.net/example/templates.aspx 2. When the page loads, call Cute Editor
JavaScript
API to open the ''insert template'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
May 9, 2006
Can't ctach the Savebutton in Firefox
Hi, I try to open a Popupdialog when I hit the Savebutton, this works fine in IE but in FF it just performs a Postback and the
javascript
function isn't called. In C# i wrote this: Editor.Attributes[''oncommand''] = ''BLOCKED SCRIPTHandleEditorCommand(this,event)''; the
javascript
function is function ...
Posted to
Cute Editor for .NET
(Forum)
by
Keule
on
April 15, 2006
Re: Beyond MaxTextLength ... Real Time Text Characters Remaining Displayed ... Possible?
I cannot get this code to work. Can anyone identify where I am going wrong!? Assume all ID's are correct (I am wiring this in using ClientID property of controls). ---------------------------------------------------------------------------------------- <script language=''
javascript
'' ...
Posted to
Cute Editor for .NET
(Forum)
by
smacca
on
April 10, 2006
Problem with Scroll on Postback
I'm using CuteEditor 5.2 with ASP.NET 2.0 and have a custom
javascript
to maintain the scroll position on postback. The
javascript
runs and correctly goes to the scroll position; however in IE, it then scrolls back to the top of the page. This does not happen in firefox. I've determined that it's something related to ...
Posted to
Cute Editor for .NET
(Forum)
by
mchoo
on
April 4, 2006
CuteEditor v5 .Net and ajax
Thanks Adam for ealier comments - problem reolved. Does anybody know how to dynamically display and save content in CuteEditor .Net v5 using
javascript
? I tried the following code but does not work:
Javascript
var x = Document.getElementById(''Editor1''); x.text = ''Hello world'';Aspx<%@ Register TagPrefix=''ce'' ...
Posted to
FAQ
(Forum)
by
bruce.shadbolt@act.gov.au
on
November 7, 2005
onkeyup and onblur events
Hi: I'm trying to assign onkeyup and onkeypress events to an editor, but I'm having a few problems. I know that there's an example file (
JavaScript
-API.aspx) which shows how to do this, but when this is rendered it applys the event handling to the table surrounding the textarea and not to the textarea itself. This means ...
Posted to
Cute Editor for .NET
(Forum)
by
SimonCoope
on
October 27, 2005
Re: The code ranging between the tags "scripts" is modified (to lower case)
The new version of the dll is OK, the code between tags ''script'' is not modified yet. But the new property ''ConvertHTMLTagstoLowercase'' does not works properly !?! It is not a problem for me, as long as the code does not change ;-) Example: <Script language=''
javascript
''> var ...
Posted to
Cute Editor for .NET
(Forum)
by
IRIS
on
October 27, 2005
Re: Adding a stripHTML function and counting characters
Hmmm, well thanks for the tip. I wondered if Iframe might be worth a shot. Unfortunately, it didn't work. Here's my latest code (ASP followed by updated
Javascript
, changes highlighted in red): ---------------------------------------------------------- Response.Write(''<iframe ...
Posted to
Cute Editor for ASP
(Forum)
by
jdurra
on
August 29, 2005
How do I capture the "Codes" drop down "SelectedIndexChanged" event?
Hello, How do I capture the ''Codes'' drop down ''SelectedIndexChanged'' event? on the server or the client side? Thanks, PS: I am open to suggestions (Server or Client solution). Here is what I tried to do: private void PopulateMergeFields() ...
Posted to
Cute Editor for .NET
(Forum)
by
farid
on
May 19, 2005
insertation point
is there a way to retrieve and set the current insertation point in cuteeditor from
javascript
? i'm using the following
javascript
to insert text into the cuteeditor: document.getElementById('<%=CuteEditor.ClientID%>').ExecCommand('PasteHTML',false,s); but i'm losing the current insertation point because the text is ...
Posted to
Cute Editor for .NET
(Forum)
by
RodneyLai
on
April 22, 2005
More Search Options
« First
...
< Previous
218
219
220
221
222
Next >
...
Last »