[richfaces-svn-commits] JBoss Rich Faces SVN: r14348 - branches/community/3.3.X/ui/editor/src/main/config/component.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue May 26 11:26:38 EDT 2009


Author: ochikvina
Date: 2009-05-26 11:26:38 -0400 (Tue, 26 May 2009)
New Revision: 14348

Modified:
   branches/community/3.3.X/ui/editor/src/main/config/component/editor.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - unification of event handles descriptions;

Modified: branches/community/3.3.X/ui/editor/src/main/config/component/editor.xml
===================================================================
--- branches/community/3.3.X/ui/editor/src/main/config/component/editor.xml	2009-05-26 15:25:00 UTC (rev 14347)
+++ branches/community/3.3.X/ui/editor/src/main/config/component/editor.xml	2009-05-26 15:26:38 UTC (rev 14348)
@@ -121,28 +121,28 @@
 			<name>oninit</name>
 			<classname>java.lang.String</classname>
 			<description>
-				HTML: script expression; initialization of the editor's instances are finished
+				The client side script method to be called when the initialization of the editor instances is finished
 			</description>
 		</property>
 		<property>
 			<name>onchange</name>
 			<classname>java.lang.String</classname>
 			<description>
-				HTML: script expression; content is modified by TinyMCE.
+				The client side script method to be called when the editor content is modified by TinyMCE
 			</description>
 		</property>
 		<property>
 			<name>onsave</name>
 			<classname>java.lang.String</classname>
 			<description>
-				HTML: script expression; the contents is extracted/saved.
+				The client side script method to be called when the editor content is extracted/saved
 			</description>
 		</property>
 		<property>
 			<name>onsetup</name>
 			<classname>java.lang.String</classname>
 			<description>
-				HTML: script expression; to add events to editor instances before they get rendered. 
+				The client side script method to be called before the editor instances get rendered
 			</description>
 		</property>
 		<property>




More information about the richfaces-svn-commits mailing list