Add activeAttributes method/property. With they can set some additional active link attribute like style, data-* etc
NavBar
Add method/property brandImageAttributes
Add short method/property expandSize instead of manual pass class name and helper constant NavBar::EXPAND_SM, NavBar::EXPAND_MD, NavBar::EXPAND_LG, NavBar::EXPAND_XL, NavBar::EXPAND_XXL
Add short method/property theme instead of manual pass class name, helper constant NavBar::THEME_LIGHT and NavBar::THEME_DARK and short methods dark and light
Add encode option for brand and toggle button
Allow NavBar + Offcanvas instead of Collapse as in demo using new NavBar::offcanvas method
Main
Nav
encodeTags
propertyactiveAttributes
method/property. With they can set some additional active link attribute like style, data-* etcNavBar
brandImageAttributes
expandSize
instead of manual pass class name and helper constantNavBar::EXPAND_SM
,NavBar::EXPAND_MD
,NavBar::EXPAND_LG
,NavBar::EXPAND_XL
,NavBar::EXPAND_XXL
theme
instead of manual pass class name, helper constantNavBar::THEME_LIGHT
andNavBar::THEME_DARK
and short methodsdark
andlight
encode
option for brand and toggle buttonNavBar::offcanvas
methodModal
Modal::SIZE_SMALL
,Modal::SIZE_DEFAULT
,Modal::SIZE_LARGE
,Modal::SIZE_EXTRA_LARGE
Modal::FULLSCREEN_ALWAYS
,Modal::FULLSCREEN_BELOW_SM
,Modal::FULLSCREEN_BELOW_MD
,Modal::FULLSCREEN_BELOW_LG
,Modal::FULLSCREEN_BELOW_XL
,Modal::FULLSCREEN_BELOW_XXL
closeButton
,title
,footer
title
,closeButton
,toggleButton
,footer
,header
,body
,content
,dialog
renderToggleButton
method to public. That can be useful for render many toggle buttons in random page places for one modal widgetAlert
Alert::TYPE_PRIMARY
,Alert::TYPE_SECONDARY
,Alert::TYPE_SUCCESS
,Alert::TYPE_DANGER
,Alert::TYPE_WARNING
,Alert::TYPE_INFO
,Alert::TYPE_LIGHT
,Alert::TYPE_DARK
and short methodsprimary
,secondary
,success
,danger
,warning
,info
,light
,dark
headerOptions
renderCloseButton
method to public. It can be useful to render outside close button