Skip to content

Commit 510d7ef

Browse files
committed
Bump to 0.1
1 parent 1430ad4 commit 510d7ef

File tree

2 files changed

+36
-23
lines changed

2 files changed

+36
-23
lines changed

README

Lines changed: 0 additions & 23 deletions
This file was deleted.

README.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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.

0 commit comments

Comments
 (0)