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
174
of
325
(
3,244
total posts)
< 1
second(s)
Re: Enable Javascript Execution in Preview
warnickr, 1. I just checked the code. The JavaScript execution is the preview dialog is also disabled. 2. If you do need this funtion, it's better to create the custom dialog (Demo: http://phphtmledit.com/custombuttons-popup.php). When the dialog loads, call the following JavaScript API: ...
Posted to
Cute Editor for PHP
(Forum)
by
Adam
on
January 31, 2008
Re: Cursor position (javascript)
Nilzor, Please try the following solution. Just modify it to fit your requirements. function InsertNewTable() { // get the cute editor instance var editor = ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
December 29, 2005
Re: We have a paid customer installation service $100
mekalaasri, you need to write your own provider. Please check the
document
in the developer guide: How can I hook CuteChat with my existing login system? CuteChat was built with the idea of extensibility in mind. CuteChat implements what is commonly known as a ''Provider Model'' design pattern—which will be used throughout the ...
Posted to
Cute Chat and Cute Web Messenger
(Forum)
by
Adam
on
November 16, 2005
Re: Integration with NetSpell 2.0
Hi Adam, Thanks for the reply. How can I see your integration code? The above link let's me test the editor/NetSpell on YOUR side, but not mine. I cannot save the ''integrate_withNetSpell.aspx'' page locally to see the code (only after viewing source, when it is already rendered). I downloaded NetSpell 2.0.3 from ...
Posted to
FAQ
(Forum)
by
peterson
on
November 5, 2003
Re: Problems with Javascript API
Jason, You should use the following code to get the cute editor instanceIn order to find the active editor, you'd write: // get the cute editor instance var editor1 =
document
.getElementById('<%= Editor1.ClientID%>'); Please check the following link for more ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
February 19, 2007
EditCompleteDocument
I want to be able to edit an entire html
document
in the editor (I'm using it to design html newsletters). I've used: Editor1.EditComplete
Document
= true; But it only adds html and body tags to the editor text. It is still not possible to edit the <head> content in the editor? /Steve
Posted to
Cute Editor for .NET
(Forum)
by
enderwiggen
on
January 4, 2005
Re: Customize Cancel / Cancell All buttons..
Raul, The cancel-all-button is generated by script. If you want to customize it, you can try this way : http://ajaxuploader.com/
document
/scr/create-custom-queue-table.htm And these css classes can help ...
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
May 31, 2009
Re: clear the cuteeditor contents using javascript
http://cutesoft.net/example/general.aspx Try the new button in the above example. JavaScript API: // get the cute editor instance var editor1 =
document
.getElementById('CE_Editor1_ID'); editor1.ExecCommand(''New'');
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
May 16, 2006
Re: How can i detect changed text in CE on the clientside?
My editor does have an ID of Editor1 so Editor1.ClientID returns 'CE_ctl00_ContentPlaceHolder1_Editor1_Editor1_ID' So I've used the script as-is from your example. by using editor1.getElementsByTagName(''IFrame'').id i managed to find the editor's IFrame id. However using: ...
Posted to
Cute Editor for .NET
(Forum)
by
Luminousc
on
November 13, 2008
Re: How do I insert text at end of document (scrolling)?
ephillipe, Try write a piece of JavaScript code move the current cursor to the end of the
document
then paste your HTML code. Hope it helps.
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
March 15, 2007
More Search Options
« First
...
< Previous
172
173
174
175
176
Next >
...
Last »