1.1.0 • Published 12 months ago

nms-scheduler v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

Schedule

The Schedule component is used to display and manage appointments with associated resources. One-time and recurring appointments can be displayed in a day, week, or month view; a month view with an agenda split view; or an agenda view.

Depedencies

Prerequisites JS with css

JQuery

Select2

Font-awesome

Bootstrap

Refer default.html file for refer depedencies.

To Run

Its a div compoenet. So, we have to create one div element in default.html where we want to render schedule component.

HTML

<div id="myComponent"></div>

JS

Initialize the component and call the schecdule.create()

var schedule = nmsScheduler({
		target: '#myComponent',
		title: 'Schedule Component',  // To set Title
		customSaveAction: 'getCronValues'  // To get gronvalues automatically when saving the cron experssion.
	});
	schedule.create();
	function getCronValues() {
		console.log(schedule.getCronValue());
		console.log(schedule.getStringValue());
	};
1.1.0

12 months ago

1.0.9

12 months ago

1.0.8

12 months ago

1.0.7

12 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago