Create a horizontal line with this button.
var editor = AlloyEditor.editable('myContentEditable', {
toolbars: {
add: {
buttons: ['hline']
}
}
});
var editor = AlloyEditor.editable('myContentEditable', {
toolbars: {
add: {
buttons: ['hline']
}
}
});