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
33
of
325
(
3,244
total posts)
< 1
second(s)
List regists by date decreasing
Whenever I send my files, time to list them I have to go down the scrollbar to view the last submitted. I would like to list them in reverse order by date. How do I do? Here is the code: <html ...
Posted to
ASP Uploader
(Forum)
by
websano
on
November 14, 2012
Re: Hyperlink Target
Dear LeslieSLO: Please refer to http://www.w3schools.com/tags/att_a_target.asp Value Description _blank Open the linked
document
in a new window or tab _self Open the linked
document
in the same frame as it was clicked (this is default) _parent Open the linked
document
in the parent frameset _top Open the ...
Posted to
Cute Editor for ASP
(Forum)
by
Eric
on
May 25, 2011
Re: Numeric or Currency formatting
Hi srp10, Please test the example below, it shows you how to add a custom button into toolbar of editor and change the selected text to you own format by this button. <%@ Page Language=''C#'' %> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
January 17, 2011
Re: Capturing a title for each uploaded file
Hi mrichman, Please try the example ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
January 5, 2011
Re: How to register onKeyDown on the editing window?
copied from another thread hopefully this will help, Thanks for your reply Adam. I'm already using that function I talked with support and they told me to reproduce the error in an example page. Here is a simple test page showing the error, I want to focus on the editor after a tab on the textfield (not working well in ...
Posted to
Cute Editor for .NET
(Forum)
by
adviserlogic2011
on
October 22, 2010
Re: How to add buttons with function of inserting mark/tag ?
If it's a common webcontrol I may use those follow code to realize my function: Image Image2= new Image(); Image2.ToolTip = ''Insert today's date''; Image2.ImageUrl = ''tools.gif''; Image2.CssClass = ''CuteEditorButton''; Image2.Attributes[''onclick''] = ''
document
.getElementById(''' + Editor1.ClientID + ''').focus(); var ...
Posted to
Cute Editor for .NET
(Forum)
by
sageking2
on
April 2, 2010
Re: custom queue table
John, You need copy the data when the OnPostback event fired, and maintain the table by your self. If you don't use AJAX, the page will be submit and then all javascript data will be lost. So you should use AJAX. There's two primary AJAX : 1 - Microsoft AJAX , so you need maintain the ...
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
March 15, 2010
Re: Ajax-based-File-storage demo
Hi, The filename/description is design for ajax uploader v1 , for that version uploader do not support multiple files uploading. It just use the specified filename when rename the file at the event handler. the event handler code is this : protected void Uploader1_FileUploaded(object sender, ...
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
December 20, 2009
How to assign the value of a div to a cute editor on client side?
Hello, I'm assigning a pragraph's innerHTML to my cute Editor on client side but its not accepting the data from pragraph. My whole page is as below: <html xmlns=''http://www.w3.org/1999/xhtml''> <head ...
Posted to
Cute Editor for .NET
(Forum)
by
rizwanali
on
October 24, 2008
Re: Select image with ExecCommand('insertimage') and write path to textbox
I'm using master pages on the site and have to use getElementById(''ctl00_ContentPlaceHolder1_imageFld'') Okay this works: function callInsertIMG() { var editor2 = ...
Posted to
Cute Editor for .NET
(Forum)
by
mlc962
on
May 20, 2008
More Search Options
« First
...
< Previous
31
32
33
34
35
Next >
...
Last »