[richfaces-svn-commits] JBoss Rich Faces SVN: r14349 - branches/community/3.3.X/ui/fileUpload/src/main/config/component.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Tue May 26 11:27:06 EDT 2009
Author: ochikvina
Date: 2009-05-26 11:27:05 -0400 (Tue, 26 May 2009)
New Revision: 14349
Modified:
branches/community/3.3.X/ui/fileUpload/src/main/config/component/fileUpload.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - unification of event handles descriptions;
Modified: branches/community/3.3.X/ui/fileUpload/src/main/config/component/fileUpload.xml
===================================================================
--- branches/community/3.3.X/ui/fileUpload/src/main/config/component/fileUpload.xml 2009-05-26 15:26:38 UTC (rev 14348)
+++ branches/community/3.3.X/ui/fileUpload/src/main/config/component/fileUpload.xml 2009-05-26 15:27:05 UTC (rev 14349)
@@ -242,47 +242,47 @@
<property>
<name>onadd</name>
<classname>java.lang.String</classname>
- <description>HTML: script expression; a file is added.</description>
+ <description>The client side script method to be called before a file is added</description>
</property>
<property>
<name>onupload</name>
<classname>java.lang.String</classname>
- <description>HTML: script expression; the uploading is cancelled at client side</description>
+ <description>The client side script method to be called when a file uploading is started</description>
</property>
<property>
<name>onuploadcomplete</name>
<classname>java.lang.String</classname>
- <description>HTML: script expression; uploading all files from list is completed</description>
+ <description>The client side script method to be called when uploading of all files from the list is completed</description>
</property>
<property>
<name>onuploadcanceled</name>
<classname>java.lang.String</classname>
- <description>HTML: script expression; uploading is cancelled</description>
+ <description>The client side script method to be called when a file uploading is cancelled</description>
</property>
<property>
<name>onerror</name>
<classname>java.lang.String</classname>
- <description>HTML: script expression; the file uploading is interrupted according to any errors</description>
+ <description>The client side script method to be called when a file uploading is interrupted according to any errors</description>
</property>
<property>
<name>ontyperejected</name>
<classname>java.lang.String</classname>
- <description>HTML: script expression; the file type is rejected according to file types allowed</description>
+ <description>The client side script method to be called when a file type is rejected according to the file types allowed</description>
</property>
<property>
<name>onsizerejected</name>
<classname>java.lang.String</classname>
- <description>HTML: script expression; the file uploading is rejected by fiel size overflow</description>
+ <description>The client side script method to be called when a file uploading is rejected by the file size overflow</description>
</property>
<property>
<name>onclear</name>
<classname>java.lang.String</classname>
- <description>HTML: script expression; the file entries are cleared</description>
+ <description>The client side script method to be called when a file entry is cleared</description>
</property>
<property>
<name>onfileuploadcomplete</name>
<classname>java.lang.String</classname>
- <description>HTML: script expression; a file is uploaded to the server</description>
+ <description>The client side script method to be called when a file is uploaded to the server</description>
</property>
<property>
<name>addControlLabel</name>
More information about the richfaces-svn-commits
mailing list