Use this button if you need to align an image to the right of the text.
var editor = AlloyEditor.editable('myContentEditable', {
toolbars: {
styles: {
selections: [
{
name: 'image',
buttons: ['imageRight'],
test: AlloyEditor.SelectionTest.image
}
]
}
}
});