Document what commands are available and how to use default functionality in custom buttons
See original GitHub issueVersion
3.0.0
Development Environment
Chrome on Windows 10
Current Behavior
editor.exec can be used to invoke commands, but the API documentation does not list which commands are available and what they do.
Also it is not documented how one would make use of the functionality of default buttons like Headings and Insert Table when creating a custom toolbar.
In v2 there was an undocumented event property that could be used, but i could not determine how to do this in v3.
It would be helpful if these things were documented and accessible when creating custom buttons/toolbars.
Expected Behavior
Available commands and how to use them is documented. Things like the Headings and Insert ... popups can be used again in custom toolbars/buttons.
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
Use a command button to start an action or a series of actions
Customize a command button · Select the command button. · Click either Move Up or Move Down on the Arrange tab. The command...
Read more >Word 2016 - Customize the Ribbon Commands - How to Add ...
This Microsoft Word 2016 tutorial shows you how to use the MS Word Options dialog box to customize your Ribbon in Office 365....
Read more >Microsoft Access Buttons: Use Command Buttons to Navigate ...
In this video, I'm going to show you how to use Command Buttons to navigate through the records, close a form, or open...
Read more >How to Use Buttons, Check Boxes, and Radio Buttons
Ordinary buttons — JButton objects — have just a bit more functionality than the AbstractButton class provides: You can make a JButton be...
Read more >Access Frequently Used Features and Commands from the ...
The default quick access toolbar contains actions to copy, cut, paste, open the Favorite Commands menu, and access the documentation. You can restore...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@oraculum @Alyw234237 I checked it too late.😂🙏 You can add a heading node as below.
Hello. I just wanted to check if there are any updates on this. I would also like to use custom UI buttons (and keyboard shortcuts) to toggle headings (H1–H6). It would be really helpful to have something like
editor.exec('heading', [...])for this.