Class idx.app.Banner


Extends dijit._Container, dijit._TemplatedMixin, dijit._Widget, dijit._WidgetsInTemplateMixin.
Application banner with built-in and custom links.
Defined in: <idx\app\Banner.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Field Summary

Field Attributes Field Name and Description
 
Function to call when the user clicks the about menu item.
 
Label string for about link.
 
The CSS base class.
 
Function to call when the user clicks the help button.
 
Label string for help link.
 
Function to call when the user clicks the log out menu item.
 
Label string for log out link.
 
Username.
 
Label string for username.
 

Method Summary

Method Attributes Method Name and Description
 
addMenuItems(actionMenusItems)
Adds items to the action menu drop-down.
 

Constructor Detail

idx.app.Banner()

Field Detail

{Function} aboutFunc

Function to call when the user clicks the about menu item.
Default Value:
null

{String} aboutLabel

Label string for about link.
Default Value:
"About"

{String} baseClass

The CSS base class.
Default Value:
"idxBanner"

{Function} helpFunc

Function to call when the user clicks the help button.
Default Value:
null

{String} helpLabel

Label string for help link.
Default Value:
"Help"

{Function} logoutFunc

Function to call when the user clicks the log out menu item.
Default Value:
null

{String} logoutLabel

Label string for log out link.
Default Value:
"Log out"

{String} username

Username.
Default Value:
""

{String} usernameLabel

Label string for username.
Default Value:
""

vendorName

Method Detail

addMenuItems(actionMenusItems)

Adds items to the action menu drop-down.
Parameters:
{Array} actionMenusItems
An array of dijit.MenuItem objects to add to the action menu drop-down.

postMixInProperties()