Download the PHP package faryshta/yii2-clockpicker without Composer
On this page you can find all versions of the php package faryshta/yii2-clockpicker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download faryshta/yii2-clockpicker
More information about faryshta/yii2-clockpicker
Files in faryshta/yii2-clockpicker
Package yii2-clockpicker
Short Description Yii2 wrapper for clockpicker (clock-like time picker) plugin
License BSD-3-Clause
Homepage https://github.com/Faryshta/yii2-clockpicker
Informations about the package yii2-clockpicker
Faryshta Yii2 ClockPicker
Bootstrap and Jquery Yii2 widgets for clockpicker (clock-like time picker) jquery plugin
Installation
The preferred way to install this extension is through composer.
Either run
or add
to the require
section of your composer.json
file.
If you want to use the Bootstrap ClockPicker you need to include the
yiisoft/yii2-bootstrap
extension
or add
Usage
Jquery
In the view file register the asset:
Bootstrap
In the view file register the asset:
Documentation
This library doesn't define anything new, the widgets classes are very similar to the class \yii\bootstrap\Widget which can be used as documentation for the widget classes.
The JS options can be passed using the $clientOptions
property and the events
can be declared using the $clientEvents
property. The documentation on all the
options and events supported by clockpicker can be found here.
License
The BSD License (BSD). Please see License File for more information.