Use this button to turn paragraphs into unordered list items.
var editor = AlloyEditor.editable('myContentEditable', {
toolbars: {
styles: {
selections: [
{
name: 'text',
buttons: ['ul'],
test: AlloyEditor.SelectionTest.text
}
]
}
}
});