$items public property
List of tab items. Each item can be an array of the following structure: label: string, required, specifies the header link label. When $encodeLabels is true, the label will be HTML-encoded. content: string, the content to show when corresponding tab is clicked. Can be omitted if url is specified. url: mixed, mixed, optional, the url to load tab contents via AJAX. It is required if no content is specified. template: string, optional, the header link template to render