yii-clockpicker A jQuery based clock-style timepicker

  1. Requirements
  2. Usage
  3. Resources

ClockPicker is a wrapper for http://weareoutman.github.io/clockpicker/, a jQuery based clock-style timepicker.

Requirements

Yii 1.1 or above

Usage

  • Download and extract to protected/extensions/

  • Code in view:

echo CHtml::textField('time_field', '');

echo CHtml::textField('another_time_field', '');
        
$this->widget('application.extensions.clockpicker.ClockPicker', array(
    'element' => '#time_field, #another_time_field',
    'config' => array(
        'placement' => 'top',
        'align' => 'top',                                
        'autoclose' => true,
        #'donetext' => 'OK',
    )
));

Resources

1 0
2 followers
227 downloads
Yii Version: 1.1
License: MIT
Category: User Interface
Developed by: Phelipe Folgierini
Created on: Jan 29, 2015
Last updated: 9 years ago

Downloads

show all

Related Extensions