';
var pivotItem = new PivotItem(pivotItemEl, {
header: 'Item ' + key,
key: key
});
return pivotItem;
}
function getPivotItemsMarkup(count) {
// Returns markup for a bunch of Pivot Items (for parsing markup tests)
count = count || 10;
var markup = '';
for (var i = 0; i < count; i++) {
markup += getPivotItemMarkup(i);
}
return markup;
}
function getPivotItemMarkup(key) {
// Returns markup for a single Pivot Item
return '