We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request
It would be nice to give the ability to create a split button from the configuration alone.
An example config would be:
config.toolbar = [ [ 'Source', '-', 'Bold', 'Italic', { type: 'splitbutton', name: 'JustifySplitButton', label: 'Justify', // Human readable label. items: [ 'JustifyLeft', 'JustifyRight', 'JustifyBlock', 'JustifyCenter' ], default: 'JustifyRight' } ] ];
name, label and default property should be optional, in case the name is skipped the name should be simply generated, like SplitButton1 etc.
name
label
default
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Type of report
Feature request
Provide description of the new feature
It would be nice to give the ability to create a split button from the configuration alone.
An example config would be:
name
,label
anddefault
property should be optional, in case thename
is skipped the name should be simply generated, like SplitButton1 etc.The text was updated successfully, but these errors were encountered: