2017 © Pedro Peláez
 

library yii2-widgetto

Wrapper for nested widgets

image

exru/yii2-widgetto

Wrapper for nested widgets

  • Thursday, March 22, 2018
  • by exru
  • Repository
  • 0 Watchers
  • 0 Stars
  • 16 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Yii2 widgetto

This is simple widget allows to replace peases in HTML code; For example:, (*1)

=
    Widgetto::widget([
        'html'=>'
[[foo_widget {"passing_param":"123"}]]
', 'widgets'=>[ 'foo_widget'=>[ 'class'=>'\common\widgets\MyWidget', ] ] ]); //will output something like "
123
" ?>

The example is very simple. You may using this widget for another wide tasks., (*2)

The Versions

22/03 2018

dev-master

9999999-dev

Wrapper for nested widgets

  Sources   Download

GPL-3.0

The Requires

 

by Vyacheslav Titov