<layout:tablistitem>
AJAX
Data
Forms
Layout
ATTRIBUTES
Logic
Navigation
Personalisation
Standard
Templates
Regions
Third Party

<layout:tablistitem> </...>

Defines a new tab list item.

Related Controls

Content

any
Content that is visible when this tab list is selected.

Attributes

aJAXReloadOnOpen
bool
If set to true, this tab will reload its contents via AJAX every time it is reopened
id
string
Give this control a unique id. Can be accessed in the client DOM (eg, document.getElementById('myid') or in the server DOM using [? $myid ?] or [? $('myid') ?]).
noAjax
bool
Specifically disable ajax for just this tab
onOpen
string
Javascript event fired when the tab is opened
title
string
The title of the tab

Examples

No examples yet.