mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 14:56:20 +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 |
||
---|---|---|
.. | ||
actions | ||
elements | ||
inspectors | ||
layouts | ||
styles | ||
toolgroups | ||
tools | ||
widgets | ||
ve.ui.Action.js | ||
ve.ui.ActionFactory.js | ||
ve.ui.CommandRegistry.js | ||
ve.ui.Context.js | ||
ve.ui.Dialog.js | ||
ve.ui.DialogFactory.js | ||
ve.ui.Frame.js | ||
ve.ui.Inspector.js | ||
ve.ui.InspectorFactory.js | ||
ve.ui.js | ||
ve.ui.Layout.js | ||
ve.ui.Surface.js | ||
ve.ui.SurfaceToolbar.js | ||
ve.ui.TargetToolbar.js | ||
ve.ui.Tool.js | ||
ve.ui.Toolbar.js | ||
ve.ui.ToolFactory.js | ||
ve.ui.ToolGroup.js | ||
ve.ui.Trigger.js | ||
ve.ui.TriggerRegistry.js | ||
ve.ui.Widget.js | ||
ve.ui.Window.js | ||
ve.ui.WindowSet.js |