mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
4efc6cadb7
This commit extracts the page and outline handling logic from ve.ui.PagedDialog (RIP) and moves it into two layouts: ve.ui.PagedLayout and ve.ui.PagedOutlineLayout, respectively. These layouts are now implemented inside the dialogs that used to mixin the ve.ui.PagedDialog class. This brings a much cleaner separation of concerns between Dialogs and Layouts and allows the use of page handling logic without the accompanying outline logic. Change-Id: I5efa2f893f4b7e962438b3aff34b737573bbd5ca |
||
---|---|---|
.. | ||
ve.ui.MWBetaWelcomeDialog.js | ||
ve.ui.MWMediaEditDialog.js | ||
ve.ui.MWMediaInsertDialog.js | ||
ve.ui.MWMetaDialog.js | ||
ve.ui.MWReferenceDialog.js | ||
ve.ui.MWReferenceListDialog.js | ||
ve.ui.MWTransclusionDialog.js |