mediawiki-extensions-Visual.../modules/ve/ui
Trevor Parscal 332e31fb00 Toolbar API
Objectives:

* Make it possible to add items to toolbars without having to have all
  toolbars know about the items in advance
* Make it possible to specialize an existing tool and have it be used
  instead of the base implementation

Approach:

* Tools are named using a path-style category/id/ext system, making them
  selectable, the latter component being used to differentiate extended
  tools from their base classes, but is ignored during selection
* Toolbars have ToolGroups, which include or exclude tools by category or
  category/id, and order them by promoting and demoting selections of
  tools by category or category/id

Future:

* Add a way to place available but not yet placed tools in an "overflow"
  group
* Add a mode to ToolGroup to make the tools a multi-column drop-down style
  list with labels so tools with less obvious icons are easier to identify
  - and probably use this as the overflow group

Change-Id: I7625f861435a99ce3d7a2b1ece9731aaab1776f8
2013-08-20 16:08:26 -07:00
..
actions doc: Clean up spacing that caused <pre> or broken <ul>/<ol> 2013-07-25 04:02:50 +02:00
dialogs Add padded option to layouts 2013-07-17 19:10:44 +00:00
elements doc: Clean up spacing that caused <pre> or broken <ul>/<ol> 2013-07-25 04:02:50 +02:00
inspectors Merge "LanguageInputWidget Generalization" 2013-08-16 01:18:24 +00:00
layouts Fix for scrollable panels 2013-07-17 17:17:01 -07:00
styles Toolbar API 2013-08-20 16:08:26 -07:00
tools Toolbar API 2013-08-20 16:08:26 -07:00
widgets LanguageInputWidget Generalization 2013-08-15 20:48:17 -04:00
ve.ui.Action.js The Great ve.ui.Surface refactor of 2013 2013-05-24 14:01:02 +02:00
ve.ui.ActionFactory.js ve.Editor 2013-05-15 10:39:12 -07:00
ve.ui.CommandRegistry.js Make MW meta dialog experimental 2013-05-24 17:53:06 +02:00
ve.ui.Context.js Toolbar API 2013-08-20 16:08:26 -07:00
ve.ui.Dialog.js Beta welcome dialog 2013-08-01 21:08:15 -07:00
ve.ui.DialogFactory.js UI "Views" refactor 2013-04-18 15:53:50 -07:00
ve.ui.Frame.js Reuse the rules variable 2013-07-10 17:21:07 -07:00
ve.ui.Inspector.js Allow inspectors to not show the delete button 2013-08-14 18:50:39 +00:00
ve.ui.InspectorFactory.js UI "Views" refactor 2013-04-18 15:53:50 -07:00
ve.ui.js ve.ui.ViewRegistry annihilation 2013-06-26 16:52:10 -07:00
ve.ui.Layout.js ve.Element refactor 2013-05-14 19:47:32 +00:00
ve.ui.Surface.js Revert "Don't emit Surface changes back to the Surface" 2013-08-19 22:27:32 +00:00
ve.ui.SurfaceToolbar.js Split ve.ui.Toolbar and ve.ui.SurfaceToolbar 2013-08-02 14:33:25 -07:00
ve.ui.Tool.js Toolbar API 2013-08-20 16:08:26 -07:00
ve.ui.Toolbar.js Toolbar API 2013-08-20 16:08:26 -07:00
ve.ui.ToolFactory.js Toolbar API 2013-08-20 16:08:26 -07:00
ve.ui.ToolGroup.js Toolbar API 2013-08-20 16:08:26 -07:00
ve.ui.Trigger.js Add the special 'clear' (12) button to ve.ui.Trigger 2013-07-29 16:41:28 -07:00
ve.ui.TriggerRegistry.js ve.Editor 2013-05-15 10:39:12 -07:00
ve.ui.Widget.js ve.Element refactor 2013-05-14 19:47:32 +00:00
ve.ui.Window.js Allow customisation of ui.Window titles 2013-08-08 02:49:18 +00:00
ve.ui.WindowSet.js Don't depend on iframe load events 2013-06-25 23:12:58 +00:00