Skip to content

linkEdit #348

Closed
Closed
@akaiworld

Description

@akaiworld

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions