Skip to end of banner
Go to start of banner

Summary Page

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 56 Next »

A summary page is a page in XHTML file format that is used to display data in a tabular format based on multiple filter criteria.

Getting Started

Summary Page as an XHTML document consists of the following main parts:

  • DOCTYPE declaration
  • html root element
  • xmlns declarations
  • template.

The template that is used in summary page is the crm custom template template.xhtml. By default the template provides the base interface layout of the page as well as the following tags:

  • "managedBean" parameter - contains the name of the managed bean that will be used from template
  • "back-button" placeholder - defines the back button of the page that will be inserted in the left side of the topbar before the title

  • "title" placeholder -  defines the title of the page that will be inserted n the left side of the topbar

  • "viewname" placeholder -  defines the view name in breadcrumb of the page

  • "actions" placeholder - defines the actions of the page that will be inserted in the right side of the topbar

  • "content" placeholder - defines the actual content of the page


Simple Example

The following example shows a summary page of Countries.



  • No labels