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
246
of
325
(
3,244
total posts)
< 1
second(s)
Re: Add to text in CuteEditor by clicking on a hyperlink outside the editor
Steve, change the following code: function addtoeditor(comment) {
document
.form1.Reports.Value =
document
.form1.Reports.Value + comment;} to: function addtoeditor(comment) {obj_Reports.SyncToHidden();
document
.form1.Reports.Value =
document
.form1.Reports.Value + comment;}
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
March 3, 2006
Re: Insert document
Not to rush you :-) When will this bug be remedied, shall have training in Rich Text Editor and bug down to it ... About a week or?
Posted to
Rich Text Editor for .NET and MVC
(Forum)
by
kjell.ek
on
October 17, 2013
Re: Bug: Insert Document, Version 4.2
Yes, that's a bug. Sorry for the inconvenience.Please download the hot fix from: Http://CuteSoft.net/download/ASP4hotfix.zip Keep me posted.
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
October 12, 2005
browse window not coming up when control is deployed online
I downloaded a trial version of ajax uploader. The browse windows comes up fine when I run it within Visual Studio but it does not show up online below http://www.atexaslowcostefile.com/Index.aspx [please select Lead
Document
from the left hand side navigation] The code snippet that I have put is below ...
Posted to
Ajax Uploader
(Forum)
by
rxraza
on
December 31, 2013
Cute Editor not working with in iframe
When the page containing cute editor is loaded with in iframe of another page we are getting "Error: Permission denied to access property '
document
'"error whenever we are trying to open the copy-paste dialog.I think this error will come for all the dialogs. Parent page and child pages are from different domain. We tried ...
Posted to
Cute Editor for .NET
(Forum)
by
mkumars6inf
on
June 18, 2013
File Upload cause complete page post back... Basicly the ajax part of the uploader is not working?
I am currently developing a page with ajax Uploader and it is working pretty good. However, i just ran into a problem... After the file is upload completes and protected void Uploader1_UploadCompleted(object sender, UploaderEventArgs[] args) is executed. The page does a complete refresh which is a problem for me.. I placed the ...
Posted to
Ajax Uploader
(Forum)
by
ScottDolan
on
October 17, 2011
Upload start automatically after selecting an unacceptable file (e.g. larger than limit) even upload mode is set to manual
Hello and thanks for the excellent control! We've completely customized the AjaxUploader using JavaScript, but our only remaining problem is that it will begin the upload after an invalid file is selected by user (even though we set the start upload mode to manual). Also there is no way to prevent an invalid file to be added to the ...
Posted to
Ajax Uploader
(Forum)
by
Soheil
on
May 3, 2010
Re: Ptinter dialogue from serverside
Hello, Thanks for responding. Here is teh code I used on the server side(code behind) to open up the print dialogue and it does not open it: StringBuilder sb = new ...
Posted to
Cute Editor for .NET
(Forum)
by
adel
on
April 19, 2010
CuteEditor webpage integration
Hi, I recently did the how to page in saving xml to a database. After successfully completing it, I migrated the code over to my own page. I'm trying to make the connection pull the xml from CuteEditor and save it to the database. I would like the ID to be an auto incremental number, as opposed to having to enter it manually. basically I'm ...
Posted to
Cute Editor for .NET
(Forum)
by
Sternzy
on
January 10, 2010
Using jQuery to access getHTML
I'm using jQuery to do an auto save draft of a CuteEditor window and I'm trying to access the HTML in the CuteEditor and I'm getting an error. Here is my code: var HTMLBodyEnglish =
document
.getElementById('<%= txtEditorEnglish.ClientID%>'); //var test = HTMLBodyEnglish.innerHTML(); // retrieving the content of ...
Posted to
Cute Editor for .NET
(Forum)
by
lharris
on
November 17, 2009
More Search Options
« First
...
< Previous
244
245
246
247
248
Next >
...
Last »