calscheduler_widget

1.2.5 • Public • Published

Version

Current Version : 1.2.4 Author: Abhilash Srivastava

Calendar Schedular Plugin

Includes the plugin version for the calendar schedular.

Version Dependencies:

  • Bootstrap CSS
  • Bootstrap JS If your project contains bootstrap include the CSS and JS files post inclusion of Bootstrap files.

Installation

npm install calscheduler_widget

add in your package.json -> "calscheduler_widget" : '^1.0.0'

Usage

Require this widget from your node_modules , set it in a variable , say Calscheduler

To use, you would need two containers:

  • Calendar Container(where calendar will be rendered) , say $('#calendar-container')
  • Modal Container(where modal windows will be rendered), say $('#calendar-modal-container') After the DOM has these two containers, you just need to call a module as:
To render the component:
Calscheduler.Calscheduler(Calendar Container Jquery Element, Calendar Container Modal Container)

ex:

Calscheduler.Calscheduler($('#calendar-container'),$('#calendar-modal-container'));

Result-Object

Once the calendar has been used or initiated, the data related to the calendar can be found globally as:

Calscheduler.CalschedulerData

Readme

Keywords

none

Package Sidebar

Install

npm i calscheduler_widget

Weekly Downloads

1

Version

1.2.5

License

ISC

Last publish

Collaborators

  • abhilashsrivastava17