es.FormatDropdownTool = function( toolbar, name ) {
es.DropdownTool.call( this, toolbar, name );
this.formats = [
{
'name': 'Paragraph',
'type' : 'paragraph'
},
{
'name': 'Heading Level 1',
'type' : 'heading',
'attributes': { 'level': 1 }
},
{
'name': 'Heading Level 2',
'type' : 'heading',
'attributes': { 'level': 2 }
},
{
'name': 'Heading Level 3',
'type' : 'heading',
'attributes': { 'level': 3 }
},
{
'name': 'Heading Level 4',
'type' : 'heading',
'attributes': { 'level': 4 }
},
{
'name': 'Heading Level 5',
'type' : 'heading',
'attributes': { 'level': 5 }
},
{
'name': 'Heading Level 6',
'type' : 'heading',
'attributes': { 'level': 6 }
},
{
'name': 'Preformatted',
'type' : 'pre'
}
];
this.$select.append( '