clockpick extension for jQuery clockpick utility

  1. Documentation
  2. Change Log

This extension is ...

Resources

Documentation

Requirements
  • Yii 1.0 or above
Installation
  • Extract the release file under protected/extensions
Usage

See the following code example:

$this->widget('ext.clockpick.ClockPick', array(
            'id'=>'time',
            'model'=>$model,
            'name'=>'time',
            'options'=>array(
                'starthour'=>8,
                'endhour'=>18,
                'event'=>'click',
                'showminutes'=>true,
                'minutedivisions'=>4,
                'military' =>false,
                'layout'=>'vertical',
                'hoursopacity'=>1,
                'minutesopacity'=>1,
            ),
        ));

Change Log

September 22, 2010
  • Initial release.
February 15, 2011
  • Updated to version 1.2.9 - fixed layout
1 0
2 followers
1 027 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: User Interface
Tags:
Developed by: frocco
Created on: Sep 22, 2010
Last updated: 13 years ago

Downloads

show all