bootstrap\Nav $dropDownCaret

$dropDownCaret public property

This property allows you to customize the HTML which is used to generate the drop down caret symbol, which is displayed next to the button text to indicate the drop down functionality. Defaults to null which means <span class="caret"></span> will be used. To disable the caret, set this property to be an empty string.

public string $dropDownCaret = null
doc_Yii
2016-10-30 16:53:30
Comments
Leave a Comment

Please login to continue.