Quantcast
Channel: Shani's Php CookBook
Viewing all articles
Browse latest Browse all 60

YII2 nav widget open link in new tab/window and how to link to external link

$
0
0
echo Nav::widget([

'options'=> ['class'=> 'nav navbar-left nav-tabs'],

'items'=> [


[
'label'=> 'Schedule An Appointment'
'url'=> 'http://google.com',
'linkOptions'=> ['target'=> '_blank'] 
        ],


],

]);

Viewing all articles
Browse latest Browse all 60

Trending Articles