Description
YUI4JSF CommandButton extends standard HtmlCommandButton with the fantastic YUI style
API
component-family |
net.sf.yui4jsf |
renderer-type |
net.sf.yui4jsf.component.CommandButtonRenderer
|
component-class |
net.sf.yui4jsf.component.button.CommandButton
|
renderer-class |
net.sf.yui4jsf.component.button.CommandButtonRenderer
|
tag-class |
net.sf.yui4jsf.component.button.CommandButtonTag
|
Usage
<yui:commandButton value="Click Me"
action="#{backingBean.method}"
...
standard htmlCommandButtonAttributes>
</yui:commandButton>
Attributes
<yui:commandButton>
Standard Attributes - id, rendered, binding, converter, validator, immediate, required.
Standard HtmlCommandButton Attributes - alt, accesskey, lang, dir, type, image and etc...(See the taglib docs for the complete list)
Instructions
see commandButton.jsp for an example
Additional Information
NONE