Closed
Description
When i use linkEdit option it happens to be expanded right in the main toolbar when i hover the text. But in all the examples on the site it is closed and expands only by a click. How to make it work like this? Here is the code i use:
AlloyEditor.editable(this, {
extraPlugins: AlloyEditor.Core.ATTRS.extraPlugins.value+
',ae_buttonbridge,ae_panelmenubuttonbridge,ae_richcombobridge,ae_uibridge,'
toolbars: {
styles: {
selections: [{
name: 'text',
buttons: [
'bold', 'italic', 'strike', 'underline',
'linkEdit',
],
test: AlloyEditor.SelectionTest.text
}]
}
}
});
Metadata
Metadata
Assignees
Labels
No labels