2017 © Pedro Peláez
 

yii2-extension yii2-tabularform

Grid Tabular Form Widget

image

pkpudev/yii2-tabularform

Grid Tabular Form Widget

  • Wednesday, February 21, 2018
  • by zmiftah
  • Repository
  • 1 Watchers
  • 0 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 44 % Grown

The README.md

Tabular Form Widget

Tabular Form Widget, (*1)

Installation

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

Either run, (*3)

php composer.phar require --prefer-dist pkpudev/yii2-tabularform "*"

or add, (*4)

"pkpudev/yii2-tabularform": "*"

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

Usage

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

<?= \pkpudev\widget\grid\TabularInput::widget([
    'title'=>'Title',
    'idField'=>'id',
    'parentIdField'=>'parent_id',
    'controls'=>[
        new InputControl(['type'=>'textInput', 'name'=>'field_name1', 'title'=>'Input 1']),
        new InputControl(['type'=>'dateInput', 'name'=>'field_name2', 'title'=>'Date 1']),
        new InputControl(['type'=>'dropDownList', 'name'=>'field_name3', 'title'=>'Options 1', 'data'=>[
            '', 6=>'Val 1', 12=>'Val 2',
        ]]),
    ],
    'data'=>[
        ['id'=>1, 'parent_id'=>0, 'field_name1'=>null, 'field_name2'=>null, 'field_name3'=>null],
        ...
    ]
]); ?>

DatePicker

Get it here, (*7)

"eternicode/bootstrap-datepicker": ">=v1.7.0"

The Versions

21/02 2018

dev-master

9999999-dev

Grid Tabular Form Widget

  Sources   Download

MIT

The Requires

 

by Zein Miftah

extension yii2 form widget tabular

21/02 2018

0.4

0.4.0.0

Grid Tabular Form Widget

  Sources   Download

MIT

The Requires

 

by Zein Miftah

extension yii2 form widget tabular

15/12 2017

0.3

0.3.0.0

Grid Tabular Form Widget

  Sources   Download

MIT

The Requires

 

by Zein Miftah

extension yii2 form widget tabular

15/12 2017

0.2

0.2.0.0

Grid Tabular Form Widget

  Sources   Download

MIT

The Requires

 

by Zein Miftah

extension yii2 form widget tabular

14/12 2017

0.1

0.1.0.0

Grid Tabular Form Widget

  Sources   Download

MIT

The Requires

 

by Zein Miftah

extension yii2 form widget tabular