Use this button to center your headers or footers in the document.
var editor = AlloyEditor.editable('myContentEditable', {
toolbars: {
styles: {
selections: [
{
name: 'text',
buttons: ['paragraphCenter'],
test: AlloyEditor.SelectionTest.text
}
]
}
}
});