Skip to content
coreframework edited this page Sep 7, 2011 · 1 revision

Overview

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 structure

Module provides 3 base widgets:

  • Site map
  • Breadcrumbs
  • Menu list

Widgets

Breadcrumbs

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.

Clone this wiki locally