Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): document
More Search Options
Showing page
143
of
325
(
3,244
total posts)
< 1
second(s)
Re: Using jQuery to access getHTML
I'm still having this issue as discribed above. I'm having trouble using the ''getHTML'' method with in jQuery... If you run this.. $(
document
).ready(function() { }); function showContent() { ...
Posted to
Cute Editor for .NET
(Forum)
by
lharris
on
December 22, 2009
Re: Custom Button using the Selected Text
Hi Lozzi, Try this example <%@ Page Language=''C#'' Debug=''true'' %> <%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
August 20, 2009
Re: Select image with ExecCommand('insertimage') and write path to textbox
mlc962, Please check the following example: How to use CuteEditor as an image selector?( Demo1 | Demo2 ) This example The source code of this example can be found in the download ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
May 19, 2008
Re: Outbound Links
You can accomplish that by using Unobtrusive JavaScript, library like jQuery.com will do that for you. This will affect all link in your
document
: $(
document
).ready(function() { $('a').onclick(function() { ...
Posted to
Cute Editor for ASP
(Forum)
by
JFRanger
on
April 15, 2008
Re: Editor will not load file
Please try the following code: <Script Language=''javascript''> function callInsertImage() { var editor1 =
document
.getElementById('<%=Editor1.ClientID%>'); ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
March 17, 2008
Re: How to get color code of body which set in Page Property dialog
Parthiv, 1. First you need to set EditComplete
Document
property to true to keep the body color. http://cutesoft.net/example/Edithtml.aspx 2. This example shows you how to get the editor
Document
Object. http://cutesoft.net/example/JavaScript-API.aspx // get the cute editor ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
June 27, 2007
Re: Custom insert image button
function insertAnImage(button) { //use CuteEditor_GetEditor(elementinsidetheEditor) to get the cute editor instance var editor=CuteEditor_GetEditor(button); //show the dialog page , and pass the editor as newwin.dialogArguments //(handler,url,args,feature) var ...
Posted to
Cute Editor for ASP
(Forum)
by
cnkhjr
on
April 22, 2008
Re: RichDropdown get selected value in javascript
var editor1 =
document
.getElementById('CE_Editor1_ID'); var editor =
document
.getElementById('CE_Editor1_ID'); if(editor.all) { var lis=editor.all.tags("LI"); <--- this return a zero length list. So our code does not run. The length is also zero when an ...
Posted to
Cute Editor for .NET
(Forum)
by
Chaviv
on
October 20, 2005
Re: GetString is undefined
WatchDog: Adam, I apologize for the delay but I had to work on a few other projects. but now that I am on this one again i tried the code you laid out for me above here and it worked within my SamplePortal app. However, now that we know the SamplePortal will run as well as the embedchat.aspx file, how can ...
Posted to
Cute Chat and Cute Web Messenger
(Forum)
by
Adam
on
December 5, 2006
Re: Using Editor in the client side
Hi Adam,I am using the same code as mentioned in the above example. But i am getting the error. function Test() { debugger var editor1=
document
.getElementById('Editor1'); var editdoc = editor1.Get
Document
(); v_parentform.elements[v_field].value=editdoc.body.innerHTML; } Is there any JS files to be included in the aspx ...
Posted to
Cute Editor for .NET
(Forum)
by
ermadhan
on
June 21, 2005
More Search Options
« First
...
< Previous
141
142
143
144
145
Next >
...
Last »