Download the PHP package kartik-v/yii2-detail-view without Composer
On this page you can find all versions of the php package kartik-v/yii2-detail-view. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kartik-v/yii2-detail-view
More information about kartik-v/yii2-detail-view
Files in kartik-v/yii2-detail-view
Package yii2-detail-view
Short Description Enhanced Yii 2 Detail View widget with special Bootstrap styles, ability to edit data, and more.
License BSD-3-Clause
Homepage https://github.com/kartik-v/yii2-detail-view
Informations about the package yii2-detail-view
yii2-detail-view
[![Stable Version](https://poser.pugx.org/kartik-v/yii2-detail-view/v/stable)](https://packagist.org/packages/kartik-v/yii2-detail-view)
[![Unstable Version](https://poser.pugx.org/kartik-v/yii2-detail-view/v/unstable)](https://packagist.org/packages/kartik-v/yii2-detail-view)
[![License](https://poser.pugx.org/kartik-v/yii2-detail-view/license)](https://packagist.org/packages/kartik-v/yii2-detail-view)
[![Total Downloads](https://poser.pugx.org/kartik-v/yii2-detail-view/downloads)](https://packagist.org/packages/kartik-v/yii2-detail-view)
[![Monthly Downloads](https://poser.pugx.org/kartik-v/yii2-detail-view/d/monthly)](https://packagist.org/packages/kartik-v/yii2-detail-view)
[![Daily Downloads](https://poser.pugx.org/kartik-v/yii2-detail-view/d/daily)](https://packagist.org/packages/kartik-v/yii2-detail-view)
An extended Yii2 DetailView with many additional features. Extends the Yii DetailView to support multi columnar rows and work in both VIEW and EDIT modes. Accelerates your development by using a single configuration of attributes for both VIEW and EDIT. The extension also includes easier methods to style your detail view widget cells, data, form inputs, widgets, and columns (more specifically for Bootstrap 3). The widget by default can be styled within a Bootstrap 3 panel with a buttons toolbar to toggle modes and control your data. Refer detailed documentation and/or a complete demo.
Latest Release
Refer the CHANGE LOG for details of changes to various releases.
NOTE: Bootstrap 5.x support is added since v1.8.4. The extension includes a BC Breaking change with v1.7.0. With this release, the
template
property of the yii core DetailView is not anymore supported. One can userowOptions
,labelColOptions
,valueColOptions
at the widget level or widgetattributes
level to configure advanced layout functionality.
Docs & Demo
You can see detailed documentation, demonstration and API code documentation on usage of the extension.
Installation
The preferred way to install this extension is through composer.
Note: Check the composer.json for this extension's requirements and dependencies. Read this web tip /wiki on setting the
minimum-stability
settings for your application's composer.json.
Either run
or add
to the section of your composer.json
file.
Usage
License
yii2-detail-view is released under the BSD-3-Clause License. See the bundled LICENSE.md
for details.
All versions of yii2-detail-view with dependencies
kartik-v/yii2-krajee-base Version >=3.0.4
kartik-v/yii2-widget-activeform Version >=1.6.2