ContextMenu: add client side desablement support
------------------------------------------------
Key: RF-3137
URL:
http://jira.jboss.com/jira/browse/RF-3137
Project: RichFaces
Issue Type: Feature Request
Affects Versions: 3.2.1
Reporter: Ilya Shaikovsky
Assigned To: Nick Belaevski
could we allow something like
<rich:contextMenu attached="false" id="menu"
submitMode="ajax">
<rich:menuItem ajaxSingle="true"
disabled="{model}=='Ford'">
where menu called in next way
<rich:componentControl event="onRowClick" for="menu"
operation="show">
<f:param value="#{car.model}" name="model"/>
<f:param value="#{car.make}" name="car"/>
</rich:componentControl>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira