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
41
of
325
(
3,244
total posts)
< 1
second(s)
Re: Uploading / renaming files using Ajax - Newbie question
Hi Edd, Please try the example below, it shows you how to add the timestamp into the file name. Note: need to change the path ''C:\inetpub\wwwroot\aspuploader\uploads\ '' to ...
Posted to
ASP Uploader
(Forum)
by
Kenneth
on
November 3, 2010
Re: How to Show the progress bar for each rows, like in http://workspace.office.live.com
Hi, You need customize the queue ui at first : http://ajaxuploader.com/
document
/scr/create-custom-queue-table.htm and you also need use the OnProgress event to get the progress information , by declare this function function ...
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
October 20, 2010
Re: paste command issue.
Hi gurpreet, Can you explain your issue on detail? Can you show me the steps to reproduce this issue? Please try the example below <%@ Page Language=''C#'' %> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
September 23, 2010
Re: progress information position
You can hide the default progress bar and then create one customized progress bar at the bottom of the page. You can check the following code and customize based on this example: <%@ Language=''VBScript'' %> <!-- #include file=''aspuploader/include_aspuploader.asp'' --> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ...
Posted to
ASP Uploader
(Forum)
by
Eric
on
September 6, 2010
Re: Function like onchange in TextArea
Hi surrounding, Please try the example below <%@ Page Language=''C#'' %> <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
September 1, 2010
Re: text length excess alert
Dear surrounding, Please try the following code, I have tested it and it works fine on my end: <!-- #include file = ''cuteeditor_files/include_CuteEditor.asp'' --> <html> <head> </head> <body> <form ...
Posted to
Cute Editor for ASP
(Forum)
by
Eric
on
August 30, 2010
Re: Javascript to set focus
Dear surrounding, Please try the following code: function setFocus() { // get the cute editor instance var editor1 =
document
.getElementById('<%=editor.ClientID%>'); editor1.Focus
Document
(); } You ...
Posted to
Cute Editor for ASP
(Forum)
by
Eric
on
August 27, 2010
Re: change font size in textarea by css
Please use the following code: <% Dim editor Set editor = New CuteEditor editor.ID = ''Editor1'' editor.EditorBodyStyle=''font-family: Verdana;font-size=25;'' If request.QueryString(''postback'') <> ''true'' ...
Posted to
Cute Editor for ASP
(Forum)
by
Eric
on
August 26, 2010
Re: can't change the href of a link programatically, it reverts automatically....
Hi ztp, Please try the example below <%@ Page Language=''C#'' %> <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
July 29, 2010
Re: PasteHTML doesnt work within a modal popup (example page attached)
Reading another post I found that it looks like the text is being saved only onblur with the editor .. unless it's called, it wont save to a hidden field. So with that said, I found a killfocus function that does the trick that forces the focus to be removed. The new code looks like this. function insertMe(textToInsert) ...
Posted to
Cute Editor for .NET
(Forum)
by
mreric
on
July 15, 2010
More Search Options
« First
...
< Previous
39
40
41
42
43
Next >
...
Last »