File tree Expand file tree Collapse file tree 2 files changed +36
-23
lines changed Expand file tree Collapse file tree 2 files changed +36
-23
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ # ValueView
2+
3+ ValueView introduces the jQuery.ui.widget based front-end component jquery.valueview which
4+ allows to display and edit data values defined by the DataValues library.
5+
6+ ## Components
7+
8+ When loading the jquery.valueview resource loader definition, the following components
9+ introduced by this extension will be available:
10+
11+ ### jquery.valueview
12+
13+ Widget for displaying and editing data values.
14+
15+ ### mediaWiki.ext.valueView
16+
17+ Object representing the "ValueView" MediaWiki extension.
18+ When loaded, this will hook ''jQuery.valueview'' up to some of its basic
19+ formatters by overwriting jQuery.valueview.valueview.prototype.options.expertProvider
20+
21+
22+ ### jquery.valueview
23+
24+ @see resources/jquery.valueview/README
25+
26+ ### Dependencies
27+
28+ See ValueView.resources.mw.php for dependencies of this library. These dependencies are
29+ shipped as part of the MediaWiki extension while the core jQuery.valueview component
30+ can be found under resources/jQuery.valueview.
31+
32+ ## Release notes
33+
34+ ### 0.1 (2013-12-23)
35+
36+ Initial release.
You can’t perform that action at this time.
0 commit comments