|
Search
You searched for the word(s): javascript
Showing page 152 of 408 (4,076 total posts)
< 1 second(s)
-
We are finding that the character encoding for pages that include the Wysiwyg seem to be changing from our default ISO-8859-1 to UTF-8...
Is there anything in the CuteSoft Editor that could be causing that?
Looking through the ASP & Javascript, I see nothing except with the dialogs.
This is an urgent issue for us, ...
-
Escovado,
Please download all code examples from:
http://richtextbox.com/test/CuteEditorTest.zip
I understand your request. But after discussing with our developers, we cannot have this feature in the coming version 6.1. Please wait from the version 7.0 which will be released in September.
For the time being, please use ...
-
I have just fixed the same ''File not Found'' exception in my own code (although nothing to do with CuteEditor!)
To track down _which_ file is not being found, within your Application_Error catch logic, examine the Url which is throwing the error:
string url = HttpContext.Current.Request.Url.ToString(); ...
-
when I use that feature using javascript and try to insert some text in url, it puts it outside of the url.
eg
if I type in the editor http://www.cnn.com?id=
and I run code to insert our variable, it takes = sign followed by pated text out of the href tag.
following is the code:
Insert code for: ...
-
MatthewBe:Thanks. That is what it seemed like. Any chance that the StripScriptTagsFromInput functionality will be expanded? I was excited to see it, but it isn't terribly helpful if it doesn't completely block javascript.
MatthewBe,
We wil enhance this function in the future release. If possible, we ...
-
We have a fairly serious problem with CuteEditor as a number of our clients are unable to Paste from Word (or any other windows application) into the the editor.
This is due to most of our larger clients have this option set to ''Disable'' within IE 7.
Allow Pragmatic access to clipboard (Possible values are Disable, Enable, ...
-
Hey Adam, is there a way to change the ImageGalleryPath using javascript? What I was wondering is since the feature I need is not avilable is whenever someone clicks on the Image Gallery button, use the bottom code to capture event and change the image gallery path. Is it possible?
function ...
-
Thanks for suggestion, but I can't use your sign out. I have my own Login in webcontrol and i had copied your sign out code
FormsAuthentication.SignOut();
in my sign out function and add at top imported
<%@ Import Namespace=''CuteChat'' %>
as on your banner.ascx still i am getting error object required on LogOut ...
-
Adam,
Throughout your javascript examples, you use this format:
<%=Editor1.ClientID%>
We cannot use this format because of Ajax implementation which cannot alter controls using inline code or assignment. Also, Microsoft recommends not using inline in Framework 3.
When I use the standard ...
-
Tommy:
Hello,
is it possible to catch the CE onload event?
I saw in another post, something like this:
$editor->Attributes[''oninitialized'']=''myfunction()'';
but it doesn't work. Is there a way to do that?
Thanx
Tom
Use ...
... 152 ...
|
|
|