Skip to content

Commit 24272c4

Browse files
completed readme
1 parent d798e53 commit 24272c4

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,15 @@ for the usage of the mvcct-enhancer module. Below, all selected bootstrap widget
1212
All widgets(as well as mvcct-enhancer) are registered as dependencies, so if you use either nmp, or bower you will them have
1313
automatically installed when you install bootstrap-html5-fallback:
1414

15-
1. Date-picker: [smalot-bootstrap-datetimepicker](https://github.com/smalot/bootstrap-datetimepicker). Options placed in options property: html5FallbackWidgets.date
16-
2. Time-picker: [smalot-bootstrap-datetimepicker](https://github.com/smalot/bootstrap-datetimepicker). Options placed in options property: html5FallbackWidgets.time
17-
3. Date-time-picker: [smalot-bootstrap-datetimepicker](https://github.com/smalot/bootstrap-datetimepicker). Options placed in options property: html5FallbackWidgets.datetime
18-
4. Color-picker: [mjolnic-bootstrap-colorpicker](https://github.com/mjolnic/bootstrap-colorpicker).Options placed in options property: html5FallbackWidgets.color
19-
5. Numeric-range [seiyria-bootstrap-slider](https://github.com/seiyria/bootstrap-slider).Options placed in options property: html5FallbackWidgets.range
15+
1. Date-picker: [smalot-bootstrap-datetimepicker](https://github.com/smalot/bootstrap-datetimepicker). Options placed in options property: `html5FallbackWidgets.date`
16+
2. Time-picker: [smalot-bootstrap-datetimepicker](https://github.com/smalot/bootstrap-datetimepicker). Options placed in options property: `html5FallbackWidgets.time`
17+
3. Date-time-picker: [smalot-bootstrap-datetimepicker](https://github.com/smalot/bootstrap-datetimepicker). Options placed in options property: `html5FallbackWidgets.datetime`
18+
4. Color-picker: [mjolnic-bootstrap-colorpicker](https://github.com/mjolnic/bootstrap-colorpicker).Options placed in options property: `html5FallbackWidgets.color`
19+
5. Numeric-range [seiyria-bootstrap-slider](https://github.com/seiyria/bootstrap-slider).Options placed in options property: `html5FallbackWidgets.range`
20+
21+
Some options property, when supported by the widgets are outomatically
22+
filled by the fallback module. Namely:
23+
* date and time formats, if possible, are extracted from the options `editFormats` and from the current locale.
24+
* initial input value, and min/max/ step property when supported by the widget are automatically filled
25+
with the original Html5 input corresponding property values.
26+
(converted in the current locale when needed by the widget).

0 commit comments

Comments
 (0)