--
JoaoQuintas - 23 Aug 2010
Button HTML
A Button HTML is a XVW component that's used to define an action visually.
XML Definition
A Button HTML is declared as following:
<xvw:buttonHtml label="BUTTON_LABEL" action="#{SERVER_ACTION}" style="BUTTON_STYLE"
className="BUTTON_CLASS_NAME/">
Component from which the Button HTML Extends
Components that Extend Button HTML
Button HTML Properties
Property |
Description |
Type |
Possible Values |
Requirement |
Default Value |
Example |
label |
The label of the button |
String |
Any text |
optional |
#Button# |
|
style |
HTML "style" property, to have CSS properties declared directly in the element |
String |
Valid CSS properties |
optional |
|
style='font-color:#CCCCC;float:left' |
action |
The action to execute server-side |
EL |
|
optional |
|
|
className |
The name of a CSS class to apply to the button |
String |
Any valid CSS class name |
optional |
|
|
Possible Child Components: