Class idx.layout.BreadcrumbController


Extends dijit.layout.StackControler.
Bread crumb controller
Defined in: <idx\layout\BreadcrumbController.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Field Summary

Field Attributes Field Name and Description
 
String used to separate the breadcrumb links, only actived in high contract mode.

Method Summary

Method Attributes Method Name and Description
 
 
constructor(args, node)
 
 
resize(changeSize, resultSize)
 
Before moving to the user's selected link (removing all breadcrumbs to the right), users can implement this method in order to prevent the click from happening.

Constructor Detail

idx.layout.BreadcrumbController()

Field Detail

{String} breadcrumbSeparator

String used to separate the breadcrumb links, only actived in high contract mode.
Default Value:
>

Method Detail

buildRendering()


constructor(args, node)

Parameters:
args
node

postCreate()


resize(changeSize, resultSize)

Parameters:
changeSize
resultSize

{boolean} selectionConfirmed(page)

Before moving to the user's selected link (removing all breadcrumbs to the right), users can implement this method in order to prevent the click from happening. For example, to show a confirmation dialog if changes that were made have not been saved.
Parameters:
{dijit._Widget} page
The page in the container which the end-user wants to return to
Returns:
{boolean} Whether the breadcrumb move should take place.