Are you feeling adventurous, or is there an address you want to show? Use this button to align text to the right!
var editor = AlloyEditor.editable('myContentEditable', {
toolbars: {
styles: {
selections: [
{
name: 'text',
buttons: ['paragraphRight'],
test: AlloyEditor.SelectionTest.text
}
]
}
}
});