2017 © Pedro Peláez
 

yii2-extension yii2-activeform

Yii2 extended activeform widget

image

mdbhayani/yii2-activeform

Yii2 extended activeform widget

  • Wednesday, April 4, 2018
  • by mdbhayani
  • Repository
  • 1 Watchers
  • 1 Stars
  • 24 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

yii2 Activeform Extension (1.0.0)

A simple Yii2 extended ActiveForm widget.

, (*1)

Features

Requirements

  • Yii2
  • PHP 5.4+

Installation

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

php composer.phar require mdbhayani/yii2-activeform "*"


After the extension is installed, use it in your code wherever you need activeform., (*3)

Following is the example of a single date input field. It uses jquery daterangepicker for the input field., (*4)

echo $form->field($model, "formFieldName")->singleDateInput();


Following is the example of a date range input field. It uses jquery daterangepicker for the input field., (*5)

echo $form->field($model, "formFieldName")->dateRangeInput();


Following is the example of a drop down field. It uses jquery select2 for the input field., (*6)

echo $form->field($model, "formFieldName")->dropDownList();


Following is the example of a text editor field. It uses summernote for the textarea field., (*7)

echo $form->field($model, "formFieldName")->wysiwyg();

The Versions

04/04 2018

dev-master

9999999-dev

Yii2 extended activeform widget

  Sources   Download

BSD-3-Clause

The Requires

 

by Danish Bhayani

framework yii2 widget activeform activefield