itemId |
string
|
<optional>
|
The unique identifier for the item. This is
required in order for any child items to be nested under this item. If
not provided, it will be generated from the title. |
title |
string
|
|
The title of the item. |
content |
string
|
|
Content for the dropdown item. This will
be ignored if there are child items. |
parent |
string
|
<optional>
|
The parent item's itemId. If blank or null,
this item is a top-level item. |
classes |
Array
|
<optional>
|
CSS classes to apply to the item. |
icon |
string
|
<optional>
|
A font awesome 3 icon name to show next to
the title. If not provided, no icon will be shown.
TODO: |
description |
string
|
<optional>
|
The tooltip content. |
subTitle |
string
|
|
The tag to show next to the title. |
selectable |
boolean
|
|
Whether the item is selectable. |
hasChildren |
boolean
|
|
Whether the item has children. |