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
61
of
325
(
3,244
total posts)
< 1
second(s)
Re: UploadereventArgs
Hi dbots, Please try the example below. When you click on the submit button, the upload will start and the upload files will save into the ''photos'' folder in the button click event. <%@ Page Language=''C#'' %><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
December 7, 2011
Re: Problem when publishing to production test server...
Ken, OK, i was able to fix the problem so it works are pure ajax uploader the solution is below. However, i need to restrict it so only one file can be uploaded and i also need to hide the panel that shows you the files i uploaded. i will start another forum for them... thanks <asp:ScriptManager ...
Posted to
Ajax Uploader
(Forum)
by
ScottDolan
on
November 2, 2011
Re: Adding html dynamically with jQuery
CuteEditor uses your passed ID for the textarea and then generates an ID from it for the table and its children, where the text actually is. The table has an Id of ''CE_yourID_ID''. So, for getting and setting content with JQuery, you need to get into the
document
of the iframe that the editor ...
Posted to
Cute Editor for PHP
(Forum)
by
jallred15
on
May 11, 2011
Re: CentOS compatibility
Hi nunndaddy, Can you create a simple page by the code below and let your client test it? Does it ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
May 10, 2011
Re: Redirect When Upload Complete
Hi msandwisch, Try the code below var fileName=''''; function CuteWebUI_AjaxUploader_OnTaskComplete(task) { fileName=task.FileName; var div=
document
.createElement(''DIV''); var link=
document
.createElement(''A''); ...
Posted to
ASP Uploader
(Forum)
by
Kenneth
on
April 14, 2011
Re: Facing problem in safari & chrome
Hi sanjay.joshi, Get this issue because the code try to use method SetHtml before editor load completely. I suggest you set the text in method OnInitialized of editor, like below. function CuteEditor_OnInitialized(editor) { var editor1=
document
.getElementById(''<%= cuteEditor1.ClientID ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
February 11, 2011
Re: Files not saving
Dear MastaBaba, I have tested the following snippet, if the destination folder is not existing, it will throw error. You can upload one file called ''11test11.zip'', after the upload is finished, you can search ''11test11.zip'' in your server, it must have been saved to your server if nothing error is thrown. <?php require_once ...
Posted to
PHP File Uploader
(Forum)
by
Eric
on
February 1, 2011
Re: How can users print a long and formatted text together with the complete web page?
Hi, Here is a sample: <%@ Page language=''c#'' %> <%@ Register TagPrefix=''CE'' Assembly=''CuteEditor'' Namespace=''CuteEditor'' %> <html> <head> <title>Print Sample</title> </head> <body> <form id=''Form1'' method=''post'' runat=''server''> <div ...
Posted to
Cute Editor for .NET
(Forum)
by
cutechat
on
November 23, 2010
Re: Enumerate html tag elements in custom dialog; server-side?
Hi Tobater, 1. The example below shows you how to do a postback after get the client side value <%@ Page Language=''C#'' AutoEventWireup=''true'' %> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
November 8, 2010
In Firefox, 2nd instace of Editor does not render properly because of javascript - Ox12f is null
The following code produces the error - only in Firefox. Firebug shows the error - Ox12f is nullThe problem goes away if I remove the code that hides the div on the
document
load - but I need this. This does work in IE 8. <%@ Control Language=''C#'' AutoEventWireup=''true'' CodeBehind=''TestView.ascx.cs'' ...
Posted to
Cute Editor for .NET
(Forum)
by
judebowman
on
October 28, 2010
More Search Options
« First
...
< Previous
59
60
61
62
63
Next >
...
Last »