Hi,
where I could find a list of possible $properties values for beginWidget?
Thanks,
Esa
Hi,
where I could find a list of possible $properties values for beginWidget?
Thanks,
Esa
beginWidget()
accepts two arguments
[list=1]
[*]class name - string
[*]properties - array()
[/list]
the first argument is a string the widget you are going to use and the second is the array of properties for that widget you can learn more from
here
I will study that,
Thanks for your answer!