mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
b7fb9e873f
Note how the two-pane layout was already handling the two events identical: sidebarPartSelected: 'onSidebarItemSelected', templateParameterSelected: 'onSidebarItemSelected' We move this knowledge up one level into the sidebar. Both actions now trigger the same event. This implies that we are now using the event formerly known as "sidebarPartSelected" to act on both top-level parts as well as parameters. We reflect this by renaming it to "sidebarItemSelected". Change-Id: I9a2c95f91f05de7312d38ec4c8b360141a0c447d |
||
---|---|---|
.. | ||
actions | ||
commands | ||
contextitems | ||
datatransferhandlers | ||
dialogs | ||
elements | ||
inspectors | ||
layouts | ||
pages | ||
styles | ||
tools | ||
widgets | ||
ve.ui.MWAriaDescribe.js | ||
ve.ui.MWCommandRegistry.js | ||
ve.ui.MWExtensionWindow.js | ||
ve.ui.MWSequenceRegistry.js | ||
ve.ui.MWSurface.js | ||
ve.ui.MWWikitextCommandRegistry.js | ||
ve.ui.MWWikitextDataTransferHandlerFactory.js | ||
ve.ui.MWWikitextSequenceRegistry.js | ||
ve.ui.MWWikitextSurface.js | ||
ve.ui.MWWikitextTransferRegistry.js |