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
214
of
325
(
3,244
total posts)
< 1
second(s)
Re: OuterHTML and InnerHTML for tables contains code for dashed border
seanmle, Client side: // get the cute editor instance var editor1 =
document
.getElementById('<%=Editor1.ClientID%>'); editor1.ExecCommand(''ToggleBorder''); Server side: Set Editor.ToggleBorder Property to false.
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
September 12, 2007
Re: How can i detect changed text in CE on the clientside?
Craig, What's the ID of your Editor? If your editor ID is Editor1, the client ID will be: Editor1.ClientID <script> function test () { var editor1=
document
.getElementById('<%=Editor1.ClientID%>'); var editdoc = editor1.Get
Document
(); ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
November 13, 2008
Re: Hide browse button for UploadPersistedFile control
CatenaLogic : imageUploader.TempDirectory = _uploadFolder; Please do not use the TempDirectory property any mode. While the uploader have been upgrated to v2.0 , this property is not compatible with the Flash upload mode. We haven't prepaired the
document
on this issue , ...
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
October 7, 2008
Re: Text not saving on IE9 - EditorWysiwygModeCss problem
Dear Nimish, I tested the following example, it contains EditorWysiwygModeCss property, it can save the text correctly. Can you try this snippet? <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html> ...
Posted to
Cute Editor for .NET
(Forum)
by
Eric
on
June 7, 2011
Re: Redirect When Upload Complete
Dear msandwisch, You can try the following snippet: <%@ Language=''VBScript'' %> <!-- #include file=''aspuploader/include_aspuploader.asp'' --> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html ...
Posted to
ASP Uploader
(Forum)
by
Eric
on
April 12, 2011
Re: Creating PDF's
Has this new parser been released? I am having issues with my tables running off the side of the PDF
document
(words/letters getting cut off the right edge) and cells overlapping each other. Is this release going to fix this?
Posted to
FAQ
(Forum)
by
nelittle
on
October 7, 2008
Re: BUG: Session Expired Error
Hi RyGa160 , Try add the code below into your page. it will activate the session every 6 seconds. empty.asp can be a empty test page. function ActivateSession() {
document
.body.style.backgroundImage=''url(empty.asp?_temp''+new ...
Posted to
ASP Uploader
(Forum)
by
Kenneth
on
March 13, 2012
Re: error in script
http://aspuploader.com/
document
/scr/Choose-upload-method.htm , if you want to get the file name information, please use ''Standard ASP Upload'' or ''Custom file upload handler'', mvcfile.FileName will return the uploaded file's filename ''mvcfile.CopyTo'' or ''mvcfile.MoveTo'' can finish same functionality as ...
Posted to
ASP Uploader
(Forum)
by
Eric
on
May 19, 2010
Re: URGENT - Editor not posting changes in FireFox 1.0.6 using Javascript submit
Jeroen, Which browser are you using? How did you make the change? We can't reproduce the problem here? If you do want to update the hidden field by yourself, please use the following code: // get the cute editor instance var editor1 = ...
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
September 4, 2007
Re: URGENT - Editor not posting changes in FireFox 1.0.6 using Javascript submit
Jeroen, Which browser are you using? How did you make the change? We can't reproduce the problem here? If you do want to update the hidden field by yourself, please use the following code: // get the cute editor instance var editor1 = ...
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
September 4, 2007
More Search Options
« First
...
< Previous
212
213
214
215
216
Next >
...
Last »