UploadEvent"
From Documentation
Jumperchen (talk | contribs) m |
Jumperchen (talk | contribs) m |
||
Line 1: | Line 1: | ||
− | + | {{ZKComponentReferencePageHeader}} | |
− | |||
− | == | + | = UploadEvent = |
− | |||
− | + | *Demonstration: [http://www.zkoss.org/zkdemo/userguide/#u1 UploadEvent] | |
+ | *Java API: <javadoc>org.zkoss.zk.ui.event.UploadEvent</javadoc> | ||
− | {| border="1" | + | = Employment/Purpose = |
+ | |||
+ | Represents that user has uploaded one or several files from the client to the server. | ||
+ | |||
+ | = Example = | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | =Supported events= | ||
+ | |||
+ | {| border="1" | width="100%" | ||
! <center>Name</center> | ! <center>Name</center> | ||
− | ! <center> | + | ! <center>Event Type</center> |
− | + | |- | |
+ | | None | ||
+ | | None | ||
+ | |} | ||
+ | |||
+ | =Supported Children= | ||
+ | |||
+ | *NONE | ||
− | + | =Use cases= | |
− | |||
− | |||
− | |||
+ | {| border='1px' | width="100%" | ||
+ | ! Version !! Description !! Example Location | ||
|- | |- | ||
− | | | + | | 5.0+ |
− | | | + | | |
− | | | + | | |
− | |||
|} | |} | ||
− | |||
− | + | =Version History= | |
− | |||
+ | {| border='1px' | width="100%" | ||
+ | ! Version !! Date !! Content | ||
|- | |- | ||
− | | | + | | 5.0.1 |
+ | | 4/30/2010 | ||
+ | | Initialization | ||
+ | |} | ||
− | + | {{ZKComponentReferencePageFooter}} |
Revision as of 08:15, 30 April 2010
UploadEvent
- Demonstration: UploadEvent
- Java API: UploadEvent
Employment/Purpose
Represents that user has uploaded one or several files from the client to the server.
Example
Supported events
None | None |
Supported Children
*NONE
Use cases
Version | Description | Example Location |
---|---|---|
5.0+ |
Version History
Version | Date | Content |
---|---|---|
5.0.1 | 4/30/2010 | Initialization |