Skip to content
New issue

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

Add extensible customer buttons #1215

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Commits on Jan 5, 2021

  1. Added the ability to add customer buttons to the menu bar and the exa…

    …mples\25_custom_buttons.html
    danielpine committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    ffbac9e View commit details
    Browse the repository at this point in the history
  2. Fixed lint problem.

    danielpine committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    a60a132 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. Change the button creating method in textmode and treemode.

    1.Move regular buttons configuration into component defaultOptions.js
    2.Use editor._createButtons() to render the specified button for their mode
    3.Add option disableButtons to disable buttons by the name of their configuration
    4.User can manage the customer button order by button's index configuration
    danielpine committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    8d0f0aa View commit details
    Browse the repository at this point in the history