skeeks/yii2-schedule-input-widget Work schedule widget

Work schedule widget for yii2

  1. Installation
  2. How to use without model
  3. How to use with model
  4. Screenshot
  5. Video
  6. Links

A small element for the form of the yii2 framework. Allows you to select working days and time for working on them. Ability to select multiple ranges for one day.

Latest Stable Version Total Downloads

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist skeeks/yii2-schedule-input-widget "*"

or add

"skeeks/yii2-schedule-input-widget": "*"

How to use without model


\skeeks\yii2\scheduleInputWidget\ScheduleInputWidget::widget([
    'name' => 'schedule'
]);

How to use with model


$form = new \yii\widgets\ActiveForm();

$form->field($model, 'schedule')->widget(
    \skeeks\yii2\scheduleInputWidget\ScheduleInputWidget::class
);

Screenshot

Work schedule widget for yii2

Work schedule widget for yii2

Video

Work schedule widget for yii2

Links

skeeks!
SkeekS CMS (Yii2) — fast, simple, effective!
skeeks.com | cms.skeeks.com

2 0
2 followers
764 downloads
Yii Version: 2.0
License: BSD-3-Clause
Category: Web Service
Developed by: skeeks
Created on: Jan 27, 2019
Last updated: (not set)
Packagist Profile
Github Repository

Related Extensions