Skip to content

Development: BootstrapHelper Component

Sami Mokaddem edited this page Jan 13, 2021 · 3 revisions
$this->Bootstrap->Tabs([
    'pills' => true,
    'card' => true,
    'data' => [
        'navs' => [
            'tab1',
            ['text' => 'tab2', 'active' => true],
            ['html' => '<b>tab3</b>', 'disabled' => true],
        ],
        'content' => [
            'body1',
            '<i>body2</i>',
            '~body3~'
        ]
    ]
]);

Clone this wiki locally