mediawiki-extensions-Visual.../modules/ve/test
Trevor Parscal cd6b54a4e8 ve.ui.LookupWidget
Refactoring of externally sourced suggestions for text inputs.

*.php
* Added links to new file

ve.ui.InputLabelWidget.js
* Changed to focus input element, not wrapper div

ve.ui.InputWidget.js
* Fixed incorrect documentation

ve.ui.LookupInputWidget.js
* New mixing that abstracts placing a menu of options below a text input
  and filling it with data from an external source

ve.ui.MenuWidget.js
* Fixed to get reference to input element, no wrapper div

ve.ui.MWLinkTargetInputWidget.js
* Moved pending and lookup functionality to mixing
* Implemented menu population using only matching pages, rather than a
  combination of that and page existence checks (fewer API calls)

ve.ui.TextInputMenuWidget.js
* Added configurable container to render underneath, rather than assuming
  this.input.$
* Added auto-position-on-window-resize functionality
* Fixed frame position correction to ensure that it only is used when the
  overlay is in a different frame from the container to position
  underneath

ve.ui.TextInputWidget.js
* Added placeholder text feature

Change-Id: If5ed1b64fd15982807691ce8bb0362970633108a
2013-04-30 10:47:32 -07:00
..
actions The resurrection 2013-04-22 12:50:23 +01:00
ce Added unit tests for getRelativeOffset method 2013-04-22 14:12:56 -07:00
dm Fix new test case to use new domElements instead of html 2013-04-28 21:24:20 +01:00
init
example.png Test: Fix 404 errors in example images. 2013-04-02 23:52:02 +02:00
index.php ve.ui.LookupWidget 2013-04-30 10:47:32 -07:00
ve.BranchNode.test.js
ve.Document.test.js
ve.example.js
ve.Factory.test.js
ve.LeafNode.test.js Use static.name once for ce and dm nodes 2013-03-07 17:19:39 -08:00
ve.Node.test.js Use static.name once for ce and dm nodes 2013-03-07 17:19:39 -08:00
ve.qunit.js AlienNode stores original DOM elements instead of HTML 2013-04-27 21:04:58 +00:00
ve.Range.test.js Minor comment and licence fixes 2013-03-19 20:54:01 +00:00
ve.test.js Stop dropping properties in copyObject/copyArray 2013-04-26 15:41:56 -07:00
ve.Trigger.test.js