|
Search
You searched for the word(s): javascript
Showing page 234 of 408 (4,076 total posts)
< 1 second(s)
-
Hello, hery2002,
Is your editor inside a DIV that is set to ''display:none''? If so, see getHTML() doesn't work when Cute Editor is in a hidden div.
-
Hi,
I don't know why, we did not get such error .
Maybe this article would help you :
http://www.seopher.com/articles/fixing_the_permission_denied_to_get_property_xulelement_selectedindex_error
Regards,
Terry
-
Use the following code:
//Get the editor content
var editdoc=editor1.GetDocument();
alert(innerText(editdoc.body));
function innerText(elm){ if(document.all) { return elm.innerText; } else { return elm.textContent; } }
-
Terry, thank you.
I'll try the script tonight and get back to you with the results. Seriously, thank you. I really appreciate your help in tracking this down.
Adam
-
It's strange.
Can you try the following links and let me know the result?
http://cutesoft.net/example/useragent.aspx
http://cutesoft.net/example/general.aspx
-
Dtest,
I've set up an online demo:
http://richtextbox.com/userexample/database-example-allow-script.aspx
Please check it and keep me posted
-
Adam,
I tried to do exactly what you suggested and it didnt work. Example located at: http://www.stlwebhosting.com/ProductCart/cuteeditor/JavaScript-API.asp
<body onload ='_Format(obj_Editor1,''zoom'',false,''66%'');'>
What do you think is causing the problem? Have you gotten this to work correctly in ...
-
Yogesh,
The server side also check the file extension,
So we currently don't provide methods to change this property at client side.
I suggest you place 2 uploaders, and show/hide it using style.display by javascript code.
Regards,
Terry
-
Hi,
I'm working on integrating the YUI Layout Manager in my company's application. And I have somme issues with Cute Editor that I will explain next.
First of all, my environnement :
ASP.Net 2, C#
Cute Editor 6
YUI 2.5.1
IE 7
So, I haven't tested every detail, but so far, the Cute Editor seems to work ...
-
Dear demmett,
I have checked your javascript code, I feel it is correct, you can clear browser cache,restart browser, and try it again. If this issue is still existing, please set up ftp access and send to eric@cutesoft.net, I will update it for you.
Thank you for your business
Eric@cutesoft.net
... 234 ...
|
|
|