This component
Tag <crm:printoutButton> XML Namespace http://java.sun.com/jsf/composite/crm
Overview
The <crm:printoutButton> tag is used to display a button on the page that provide the ability to generate the available printouts of the entity that represented by the component.
Info
Note |
---|
It is defined only by the Data Entry Page template. |
Attributes
Name | Required | Type | Default | Description | ||
---|---|---|---|---|---|---|
id | true | String | null | Unique identifier of the component. | ||
managedBean | true | String | null | The name of the Java managed bean that class that will be used for retrieving the component values. | ||
mode | false | String | The mode of the managed bean. | The mode of the component.
| ||
visible | false | Boolean | true | Controls the visibility of the component. |
Getting Started
with PrintoutButtonThe following example shows a printout button component.