Skip to content

Commit d798e53

Browse files
repository initialization
0 parents  commit d798e53

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

LICENSE.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Copyright (c) Mvc Controls Toolkit Team. All rights reserved.
2+
3+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
4+
these files except in compliance with the License. You may obtain a copy of the
5+
License at
6+
7+
http://www.apache.org/licenses/LICENSE-2.0
8+
9+
Unless required by applicable law or agreed to in writing, software distributed
10+
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
11+
CONDITIONS OF ANY KIND, either express or implied. See the License for the
12+
specific language governing permissions and limitations under the License.

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Bootstrap Htmg fallback
2+
A Twitter Bootstrap based Html5 input fallback. It adds Bootstrap widgets to the
3+
[mvcct-enhancer](https://github.com/MvcControlsToolkit/mvcct-enhancer) basic Html5 input fallback module.
4+
Thus it depends on both the mvcct.enhancer.js, and mvcct.enhancer.input.basic.js [mvcct-enhancer](https://github.com/MvcControlsToolkit/mvcct-enhancer) modules.
5+
It is enough to load the bootstrap.html5.fallback.js, and the selected bootstrap widgets (listed below) to enrich mvcct-enhancer html5 fallback with botsstrap modules.
6+
More specifically, date-picker, date-time-picker, numeric-range, and color-picker
7+
widgets are added as needed to the falled back Html5 inputs.
8+
9+
Widget options are added to the overall mvcct-enhancer options object.
10+
Please refer to the [mvcct-enhancer](https://github.com/MvcControlsToolkit/mvcct-enhancer)
11+
for the usage of the mvcct-enhancer module. Below, all selected bootstrap widgets, and the loacation theyr options are placed.
12+
All widgets(as well as mvcct-enhancer) are registered as dependencies, so if you use either nmp, or bower you will them have
13+
automatically installed when you install bootstrap-html5-fallback:
14+
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

0 commit comments

Comments
 (0)