Undo and redo buttons #4311
Unanswered
CallerOnLineOne
asked this question in
Q&A
Replies: 1 comment 1 reply
-
If you want to reuse the default panels module, it might be something like this editor.Panels.addButton('options', [
{ id: 'undo', className: 'fa fa-undo', command: 'core:undo' },
{ id: 'redo', className: 'fa fa-repeat', command: 'core:redo' }
]); |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How do I add undo and redo button. I see the code for the undo_manager but I can't figure out how or where to addthe actual undo redo buttons to call it
Beta Was this translation helpful? Give feedback.
All reactions