stevengharris/MarkupEditor

Customizing Buttons

Closed this issue · 1 comments

In the InserToolbar file, there is this comment:

Note the flow of control. The button actions invoke theshowPluggable[Link/Image/Table]Toolbarmethod /// in theselectedWebView. These in turn invoke the MarkupDelegate's show[Link/Image/Table]Toolbarmethod.

I can't find any of those methods that you mention. Have those been changed to popover methods?

Yes, the comment is out of date with the code. s/Toolbar/Popover/