yiisoft / yii2-bootstrap

Yii 2 Bootstrap 3 Extension
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
185 stars 193 forks source link

Nav class should extend from framework Menu widget #16

Open cebe opened 9 years ago

cebe commented 9 years ago

see #15

klimov-paul commented 9 years ago

I am unsure if it is that easy. yii\bootstrap\Nav extends yii\bootstrap\Widget, which declares some basic functionality for all Bootstrap widgets like clientOptions and clientEvents. I am unsure if direct inheritence from yii\widgets\Menu will not break anything.

cebe commented 9 years ago

may be a problem, still I'd like to check the possibilities.