Skip to main content

18 docs tagged with "navbar widget"

View all tags
Docs

backColor

The color of the navigation bar background

editMode

Whether the widget is in edit mode

foreColor

The color of the navigation items that are not highlighted

hiliteColor

The color of the highlighted navigation item

hilitedItem

The index of the highlighted navigation item

itemIcons

The normal-state icons for the navigation items

itemStyle

The style with which navigation items are displayed

Navigation Bar

The navigation bar widget is intended for use in mobile apps for switching between cards, although there are many other possible uses. The widget displays a row of navigation items. Each of these has a name, which identifies it. Depending on the selected itemStyle, the items may display a label, icon, or both. All of the navigation item data is available as a single array via the itemArray property. At any time, zero or one of the navigation items may be highlighted. This is useful, for example, for indicating the current card. When the user clicks one of the navigation items, the widget sends a hiliteChanged message.

opaque

Whether the background of the widget is filled

showBorder

Whether there is a dividing line at the top of the widget