2017 © Pedro Peláez
 

yii2-extension yii2-bootstrap-popover-picker

Renders a Bootstrap Popover Picker widget for Yii2.

image

dominus77/yii2-bootstrap-popover-picker

Renders a Bootstrap Popover Picker widget for Yii2.

  • Saturday, February 17, 2018
  • by dominus77
  • Repository
  • 1 Watchers
  • 2 Stars
  • 6 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

yii2-bootstrap-popover-picker

Latest Stable Version License Total Downloads, (*1)

Renders a Bootstrap Popover Picker widget for Yii2., (*2)

Installation

The preferred way to install this extension is through composer., (*3)

Either run, (*4)

php composer.phar require dominus77/yii2-bootstrap-popover-picker "*"

or add, (*5)

"dominus77/yii2-bootstrap-popover-picker": "*"

to the require section of your composer.json file., (*6)

Usage

Once the extension is installed, simply use it in your code by :, (*7)



= $form->field($model, 'popover')->widget(PopoverPicker::className(), []); ?>

Client Options:, (*8)



= $form->field($model, 'popover')->widget(PopoverPicker::className(), [
    'clientOptions' => [
        'title' => 'Bootstrap Popover Picker', // Popover title (optional) only if specified in the template
        'items' => [
            "Sunday", "Monday", "Tuesday",
            "Wednesday", "Thursday",
            "Friday", "Saturday"
        ],
        'placement' => 'bottomRight',
        'updateComponentOnChange' => false,
        'selectedCustomClass' => 'btn-success demo-selected',
        'pickerItemClass' => 'demo-item-class',
        'component' => '.input-group-btn',
        'itemValueSelector' => 'span',
        'templates' => [
            'pickerItem' => '
', 'search' => '' ] ... // more see https://farbelous.github.io/bootstrap-popover-picker/ ], ]); ?>

Further Information

Please, check the Bootstrap Popover Picker, (*9)

License

The BSD License (BSD). Please see License File for more information., (*10)

The Versions

17/02 2018

dev-master

9999999-dev

Renders a Bootstrap Popover Picker widget for Yii2.

  Sources   Download

BSD-3-Clause BSD-3

The Requires

 

by Alexey Shevchenko
by Alexey Schevchenko

extension yii2 bootstrap widget picker popover dominus77

02/12 2017

v2.0.0

2.0.0.0

Renders a Bootstrap Popover Picker widget for Yii2.

  Sources   Download

BSD-3-Clause

The Requires

 

by Alexey Schevchenko

extension yii2 bootstrap widget picker popover dominus77

02/12 2017

v1.1.0

1.1.0.0

Renders a Bootstrap Popover Picker widget for Yii2.

  Sources   Download

BSD-3-Clause

The Requires

 

by Alexey Schevchenko

extension yii2 bootstrap widget picker popover dominus77

25/10 2017

v1.0.3

1.0.3.0

Renders a Bootstrap Popover Picker widget for Yii2.

  Sources   Download

BSD-3-Clause

The Requires

 

by Alexey Schevchenko

extension yii2 bootstrap widget picker popover dominus77

07/03 2017

v1.0.2

1.0.2.0

Renders a Bootstrap Popover Picker widget for Yii2.

  Sources   Download

BSD-3-Clause

The Requires

 

by Alexey Shevchenko

extension yii2 bootstrap widget picker popover dominus77

04/03 2017

v1.0.1

1.0.1.0

Renders a Bootstrap Popover Picker widget for Yii2.

  Sources   Download

BSD-3-Clause

The Requires

 

by Alexey Shevchenko

extension yii2 bootstrap widget picker popover dominus77

02/03 2017

v1.0.0

1.0.0.0

Renders a Bootstrap Popover Picker widget for Yii2.

  Sources   Download

BSD-3-Clause

The Requires

 

by Alexey Shevchenko

extension yii2 bootstrap widget picker popover dominus77