[richfaces-svn-commits] JBoss Rich Faces SVN: r304 - trunk/richfaces/menu-components/src/main/config/component.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Fri Apr 6 09:14:49 EDT 2007
Author: F.antonov
Date: 2007-04-06 09:14:49 -0400 (Fri, 06 Apr 2007)
New Revision: 304
Modified:
trunk/richfaces/menu-components/src/main/config/component/menucomponents.xml
Log:
MenuItem component development.
Modified: trunk/richfaces/menu-components/src/main/config/component/menucomponents.xml
===================================================================
--- trunk/richfaces/menu-components/src/main/config/component/menucomponents.xml 2007-04-06 13:13:19 UTC (rev 303)
+++ trunk/richfaces/menu-components/src/main/config/component/menucomponents.xml 2007-04-06 13:14:49 UTC (rev 304)
@@ -168,7 +168,7 @@
<property>
<name>disabled</name>
<classname>boolean</classname>
- <description>If “true” sets state of the item to disabled state. “false” is default</description>
+ <description>If "true" sets state of the item to disabled state. "false" is default</description>
<defaultvalue>false</defaultvalue>
</property>
<!-- property>
@@ -188,7 +188,8 @@
<property>
<name>target</name>
<classname>java.lang.Object</classname>
- <description></description>
+ <description>Name of a frame where the resource retrieved via this hyperlink is to be displayed</description>
+ <defaultvalue>""</defaultvalue>
</property>
<!-- Events attributes -->
@@ -197,6 +198,7 @@
<name>onselect</name>
<classname>java.lang.String</classname>
<description>HTML: script expression; The onselect event occurs when a user selects some menu item.</description>
+ <defaultvalue>""</defaultvalue>
</property>
<property hidden="true">
<name>ondblclick</name>
More information about the richfaces-svn-commits
mailing list