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
142
of
325
(
3,244
total posts)
< 1
second(s)
add javascript function
hello is it possible to add new javascript function like execcommand(''pastehtml''), execommand(''cleancode'') etc i would like to use my own function, a function i wrote myself to clean codebut i don't know how to access to the
Document
Object Model (DOM) of the editor 's pageis there a solution ?thanks ...
Posted to
Cute Editor for .NET
(Forum)
by
nicolas.gravelle
on
December 6, 2005
Re: How gains edits the frame the choice content.
Is this what you are looking for? getHTML() This method is used for retrieving the content of CuteEditor as HTML. Example: // get the cute editor instance var editor1 =
document
.getElementById('<% = ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
September 7, 2007
Re: How can i achieve this in code behind
Hi, You'd better setTimeout to check whether the uploader is initialized after AJAX postback. for example: function StartUpload() { var submitbutton=
document
.getElementById('<%=SubmitButton.ClientID %>'); var uploadobj=
document
.getElementById('<%=Uploader1.ClientID %>'); if(!uploadobj.startupload)//not ...
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
March 31, 2009
Re: trap paste command --urgent
Hi, When clicked on paste button,I want to check whether the HTML content that is about to paste contains some tags like ''position:absolute''. if yes then will discard past else allow paste. and to acheive this I amusing JS code as I pasted above in this thread itself. again I'm pasting it here. ...
Posted to
Cute Editor for .NET
(Forum)
by
Anonymous
on
January 21, 2009
Re: Invisible to Visible and Back Again!
derek, I have checked your project and find out your control use visibility: hidden to render the dialog code. In my example, I am using display: none. The display: none and visibility: hidden CSS properties appear to be the same thing, but they aren't. These two style properties do two different things. visibility: hidden ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
May 9, 2007
Insert document
When i use "Insert
document
" and select "Target" New window i get style="target:_blank" in the source! <a href="/uploads/guestip/194.14.10.10/clock.swf" style="target:_blank">Clock</a>
Posted to
Rich Text Editor for .NET and MVC
(Forum)
by
kjell.ek
on
October 3, 2013
Re: Insert Text
What a doofus I am! The answer is to use: window.opener.insert_content(window.opener.Editor1, 'Sample Text'); and not: window.opener.insert_content(window.opener.
document
.Editor1, 'Sample Text'); In other words, leave off the
document
. Sorry for the premature post. But maybe this will help someone ...
Posted to
Cute Editor for ASP
(Forum)
by
Deech
on
August 26, 2004
Re: Extending allowed mime types for document upload
Hi northstjarna, Please refer to http://phphtmledit.com/
document
/scr/Restricting-
Document
-Files-by-Extensions-and-Types.htm Regards, Ken
Posted to
Cute Editor for PHP
(Forum)
by
Kenneth
on
February 9, 2012
Re: different locations for link / document root
Petra, Please open CuteSoft_Client\CuteEditor\Dialogs\SelectFile.aspx and change the following code: fs.VirtualRoot=CuteEditor.EditorUtility.ProcessWebPath(Context,null,secset.FilesGalleryPath).TrimEnd('/')+''/''; to: fs.VirtualRoot=CuteEditor.EditorUtility.ProcessWebPath(Context,null,''/'')+''/'';
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
July 28, 2008
Re: opening create template on button click--Object reference not set to an instance of an object
svk: hi this line causes error var editor1 =
document
.getElementById(''<%= editor1.ClientID %>''); Hi svk, Can you set up ftp access for me? So I can check it for you. Please send your site and ftp info to Kenneth@CuteSoft.net, I will check it and get back to you as soon as ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
May 13, 2010
More Search Options
« First
...
< Previous
140
141
142
143
144
Next >
...
Last »