Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

Note

It is used only in "actions" ui:define placeholder of Data Entry Pages and is defined in the template of the pagedefined only from crm custom template data_entry_template.xhtml.


Attributes

NameRequiredTypeDefaultDescription
idtrueStringnullUnique identifier of the component.
managedBeantrueStringnullThe name of the managed bean that will be used for retrieving the component values.
modefalseStringThe mode of the managed bean.The mode of the component. Allowed values are VIEW and EDIT.
visiblefalseBooleantrueControls the visibility of the component.


Getting Started

The following example shows a printout button component.