launcherx/bootstrap-cronui

The jQuery plugin for generating cron string

Installs: 22

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Language:JavaScript

2.0.2 2020-03-31 12:57 UTC

This package is auto-updated.

Last update: 2024-04-29 04:21:11 UTC


README

Plugin for generating cron string

Plugin usage

Init crunui

$('.cron-tab').cronui();

Plugin options:

Name Type Default Description
initial string '* * * * *' The initial option allows you the set the initial cron value.
dropDownMultiple boolean false Allow to choose multiple values in dropdown
dropDownStyled boolean false Style dropdowns using bootstrap-select plugin
dropDownStyledFlat boolean false Style dropdowns without border radius
dropDownSizeClass string 'col-md-2' Set dropdown column size

Set Value

$.fn.cronui('setValue', '42 10 * * 5');

Get Value

$.fn.cronui('getValue');

License

Copyright (c) 2017 Imants Cernovs under the MIT License.