|
Search
You searched for the word(s): document
Showing page 59 of 325 (3,244 total posts)
< 1 second(s)
-
Thanks, that really got me started, I have fixed the errors and added a keepHTML parameter so that I can choose whether I want just plain text or not.
function HTMLFieldGetSelectedText(keepHTML)
{
var rng=null,retval='';
var ...
-
Paul,
yes, please check this property:
Editor.EditCompleteDocument Property
Specify whether a complete HTML document is being edited.
Remarks
If false, the editor will only process content inside the page body i.e. all content inside of the <body>...</body> tags of a page. If true, the editor will process ...
-
Colin,
ExecCommand doesn't support any custom button. All the support commands can be found in http://cutesoft.net/developer+guide/index.html.
For your questions, I suggest you create a custom button. When the user click this button, you can call you own javaScript then post back the form.
For ...
-
Hi,
Yes. After some experimenting, it turns out that you place a ''CE_'' and ''_ID'' around my actual id. Therefore when I looked for ''CE_ceEditor_ID'', it was able to find the object. Now I see what you are pushing using the _ClientID from the server side.
Also, just an FYI, your Javascript API document specifies ...
-
Hi Adam,Thanks for your answer.This is basically what I did. I needed to get current selection as well, so here is the trick ://Function to get current selection in IE (6 & 7) and Firefox (2.0) function getSel() { var editor = document.getElementById('CE_Editor1_ID'); var txt = ...
-
Thanks Adam.
Currently i face another problem.
I have implement the editor on our application, we need to input in thai language.
I configure the editor -- editor.UseHTMLEntities = false
Have also include in the below meta tag for thai language:
<meta http-equiv=''Content-Language'' content=''th''><meta http-equiv=''Content-Type'' ...
-
Hi,
Sorry for the long delay of my reaction, I've been away for a couple of days.
The 0.7em in the html tag specifies that the default font-size on my site depends on the font-size that the user has selected in his browser. Normally, that will indeed result in 0.7 * the medium font size, but when a user for ...
-
Adam, no I do not see the problem at your site either. I'm thinking it has to do with the structure of my page and the context within which the editor is included in the page, since this code seems to be walking throught the DOM of the greater document.Also, the routine that's failing seems to be a timer callback. If you can shed any ...
-
My Code:
<%@ Page Language=''VB'' AutoEventWireup=''false'' CodeFile=''Default.aspx.vb'' Inherits=''_Default'' %>
<%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %>
<!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
-
Adam
Thank you for your reply, the links (just what i was looking for) and your time.
;;However the upgrade document is lag behind. Sorry for the inconvenience.
I apreciate your frankness. IMO you should distribute this to users who have spent more money with you to go from 4.0 to 5.1+ - Making such fundamental ...
... 59 ...
|
|
|