c006/yii2-activeform

Nicer ActiveFields

Maintainers

Package info

github.com/c006/yii2-activeform

Type:yii2-extension

pkg:composer/c006/yii2-activeform

Statistics

Installs: 65

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.5.0 2015-08-26 04:30 UTC

This package is not auto-updated.

Last update: 2026-03-11 19:49:50 UTC


README

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-source "c006/yii2-activeform" "dev-master"

or add

"c006/c006/yii2-activeform": "dev-master"

to the require section of your composer.json file.

Required

  • jQuery-ui

Demo

Demo: http://demo.c006.us

Options

  • Toggle Switch <?= $form->field($model, 'active')->toggle() ?>

  • Hidden Field <?= $form->field($model, 'hidden_data')->hide() ?> (Will not show label)

Comments / Suggestions

Please provide any helpful feedback or requests.

Thanks.