2017 © Pedro Peláez
 

yii2-extension yii2-adm-mixed-galery

Yii2 widget Admin Mixed Gallery

image

lg-xenos/yii2-adm-mixed-galery

Yii2 widget Admin Mixed Gallery

  • Monday, April 9, 2018
  • by lgXenos
  • Repository
  • 1 Watchers
  • 0 Stars
  • 20 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

yii2 Admin Mixed Gallery

Установка / Install

composer require lg-xenos/yii2-adm-mixed-galery, (*1)

backend/config/bootstrap.php, (*2)

Yii::$container->set('lgxenos\yii2\admMixedGallery\AdmMixedGallery', [
    'fileManagerPathTpl' => '/adm-scripts/responsivefilemanager/filemanager/dialog.php?type=1&field_id=%s&relative_url=0&callback=MixedGalleryCallBack'
]);

backend/view/test/test.php, (*3)

echo  $form->field($model, 'doc_gallery')
      ->widget(\lgxenos\yii2\admMixedGallery\AdmMixedGallery::className())->label(false)

AR-Model, (*4)

    public function behaviors() {
        return [
            [
                'class' => ImplodeArrayBehavior::class,
                'field' => 'gallery',
                'glue' => "\n"
            ],
        ];
    }

AR-rules, (*5)

    public function rules() {
        return [
            ..........
            [['gallery'], 'each', 'rule' => ['string']],
        ];
    }

about, (*6)

The Versions

09/04 2018

dev-master

9999999-dev

Yii2 widget Admin Mixed Gallery

  Sources   Download

The Requires

 

yii2 widget

09/04 2018

v1.0.2

1.0.2.0

Yii2 widget Admin Mixed Gallery

  Sources   Download

The Requires

 

yii2 widget

02/04 2018

v1.0.1

1.0.1.0

Yii2 widget Admin Mixed Gallery

  Sources   Download

The Requires

 

yii2 widget

02/04 2018

v1.0.0

1.0.0.0

Yii2 widget Admin Mixed Gallery

  Sources   Download

The Requires

 

yii2 widget