Templates
Templates are the base definition of a content view. They define:
- What sections a view will have
- What widget types can be added to those sections. These are based on the widget definitions.
- How many widgets can be added to a section
- The url of your view, which is always
tsearch/(template)/(shortname)
Simflofy Template
The only out-of-the-box template. Called the "Simflofy Virtual Repository Template", this template is used for the basic federation use case of managing and searching document across multiple repositories.
Simflofy Template Definition
- Template Short Name: simflofy
- Display Name: Simflofy Virtual Repository Template
- Page Title: Simflofy Virtual Repository
Left Sidebar Section
- Short Name: left_sidebar
- Display Name: Left Sidebar
- Max Widgets Allowed: 8
- Widget Types Allowed: ANALYTICS,FACET_SEARCH
Body Section
- Short Name: body
- Display Name: Body
- Max Widgets Allowed: 15
- Widget Types Allowed: RESULT_SET,PAGINATION,CONTENT_ACTION
Top Menu Section
- Short Name: top_menu
- Display Name: Top Menu
- Max Widgets Allowed: 5
- Widget Types Allowed: TOP_MENU
The source definition of the default Simflofy template can be viewed here.
Records Management Template
Managing Records in Simflofy's TSearch requires the Records Management Module. This template is meant to act as an all-in-one dashboard to perform records management operations for your enterprise. For more information on RM and its features, click here.
Records Management Template Definition
- Template Short Name: rm
- Display Name: Records Management
- Page Title: Records Management
Body Section
- Short Name: body
- Display Name: Body
- Max Widgets Allowed: 15
- Widget Types Allowed: RESULT_SET, CONTENT_ACTION
Top Menu Section
- Short Name: top_menu
- Display Name: Top Menu
- Max Widgets Allowed: 4
- Widget Types Allowed: TOP_MENU
Creating new templates
Full tutorial coming soon!
Related Articles:
Simflofy Content Views
TSearch Widgets