This commit is contained in:
Adam Niederer 2017-03-11 22:09:49 -05:00
parent 7520377026
commit cb8fe92df7
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Editbar
srf/static/js/pad_editbar.js
src/static/js/pad_editbar.js
## isEnabled()
@ -25,4 +25,4 @@ toolbar.registerAceCommand("insertorderedlist", function (cmd, ace) {
Ties a `div.popup` where `id` equals `dropdown` to a `command` fired by clicking a button.
## triggerCommand(cmd[, item])
Triggers a command (optionally with some internal representation of the toolbar item that triggered it).
Triggers a command (optionally with some internal representation of the toolbar item that triggered it).