launcherx/bootstrap-cronui
Composer 安装命令:
composer require launcherx/bootstrap-cronui
包简介
The jQuery plugin for generating cron string
README 文档
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.
统计信息
- 总下载量: 23
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-03-31