-
Notifications
You must be signed in to change notification settings - Fork 0
Navigation
coreframework edited this page Sep 7, 2011
·
1 revision
This is a base module, a member of the main site, which allows to create navigation widgets like menus, breadcrumb paths, based on the site structure.
Module provides 3 base widgets:
- Site map
- Breadcrumbs
- Menu list
Widget provides a trail of parent pages of the current one.
Implementation features
Widget is depend on the current page, so we should send "page Id" parameter to display it correctly. View and edit actions get ICoreWidgetInstance interface in the capacity of parameter. This interface contains IPageSettings property with the PageId field.
Widget Settings
Breadcrumbs widget allows to setup the following options:
Option "Show Home Page" defines whether a site's default page will be shown as the first page of the trail.