mediawiki-extensions-Visual.../modules/ve/ui
Timo Tijhof 34cbc729db ve.ui.CommandFactory: Initial implementation
Based on https://github.com/ccampbell/mousetrap.

Cleaned up to fit our coding standards, pass JSHint, and assume
jQuery's fixes where possible (e.g. no need for an addEvent
utility, no need for filling e.target, e.which, etc. cross-browser
which jQuery.Event already does).

Initially all were local functions in the constructor, but to
allow some customisations in subclasses moved various methods
to the prototype instead and marked with @private.

Really, only .register() must be called from the outside. The rest
assumes normalisation etc. or might break things if called
incorrectly.

Change-Id: Ic69a3c70759052094aefbeab623d885f8b118e14
2012-10-24 17:48:16 +00:00
..
inspectors Whitespace and comment cleanup for dm annotation classes 2012-10-17 12:35:28 -07:00
styles Merge "Made save dialog float with toolbar" 2012-09-28 21:04:30 +00:00
tools Fix UI for annotation API changes 2012-10-12 17:53:42 -07:00
ve.ui.CommandFactory.js ve.ui.CommandFactory: Initial implementation 2012-10-24 17:48:16 +00:00
ve.ui.Context.js Use inspector specific icon css files vs entire icon set css. 2012-09-19 17:16:05 -07:00
ve.ui.Inspector.js (Bug 33094) Disallow invalid page titles in LinkInspector. 2012-09-14 14:51:26 +02:00
ve.ui.js Make use of new jshint options 2012-08-10 02:50:30 +02:00
ve.ui.Menu.js Rename ve_foo_bar back to VeFooBar per discussion 2012-09-06 16:15:55 -07:00
ve.ui.Tool.js Optimize UI tool state updates. 2012-09-19 11:16:10 -07:00
ve.ui.Toolbar.js Insert Annotations 2012-09-28 13:28:47 -07:00