Collapse::widget

[size="4"][right][font="Tahoma"]دوستان چطوری میشه برای این ویجت چند فرزند بسازیم[/font][/right][/size]




echo Collapse::widget([

    'items' => [

        // equivalent to the above

        [

            'label' => 'Collapsible Group Item #1',

            'content' => 'Anim pariatur cliche...',

            // open its content by default

            'contentOptions' => ['class' => 'in']

        ],

    ]

]);



[size="3"][font="Tahoma"][right]بجای یک content میخوام یک آرایه استفاده کنم ولی خطا میده[/right][/font][/size]