22/03
2018
dev-master
9999999-devWrapper for nested widgets
GPL-3.0
The Requires
by Vyacheslav Titov
Wallogit.com
2017 © Pedro Peláez
Wrapper for nested widgets
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)
Wrapper for nested widgets
GPL-3.0