Fuente: https://github.com/chamilo/chamilo-lms/releases/download/v1.11.40/chamilo-1.11.40.zip sha256: 1cf4bf2cc7bae1ef1a1eff643235db1d552f78ddf4b6dd1e2d2dac9868679439 Snapshot independiente (rama huerfana); diffable vs 1.11.38. vendor incluido.
28 lines
605 B
Markdown
28 lines
605 B
Markdown
# bootstrap-year-calendar
|
|
A fully customizable year calendar widget, for boostrap !
|
|
You can find all details on the [official website](http://www.bootstrap-year-calendar.com/).
|
|
|
|
|
|

|
|
|
|
## Requirements
|
|
|
|
This plugin requires the following libraries :
|
|
- Bootstrap v3.0.0 or later
|
|
- jQuery v1.8.0 or later
|
|
|
|
## Usage
|
|
|
|
You can create a calendar using the following javascript code :
|
|
```
|
|
$('.calendar').calendar()
|
|
```
|
|
or
|
|
```
|
|
$('.calendar').calendar(options)
|
|
```
|
|
or with the `data-provide` html attribute
|
|
```
|
|
<div data-provide="calendar"></div>
|
|
```
|