dev-master
9999999-devA Yii 2 widget to add back-to-top button.
MIT
The Requires
extension yii2 scroll top back-to-top
1.0.0
1.0.0.0A Yii 2 widget to add back-to-top button.
MIT
The Requires
extension yii2 scroll top back-to-top
Wallogit.com
2017 © Pedro Peláez
A Yii 2 widget to add back-to-top button.
A Yii2 widget to add back-to-top button. Base on the .animate jQuery function., (*1)
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
php composer.phar require --prefer-dist xutl/yii2-back-to-top-widget "*"
or add, (*4)
"xutl/yii2-back-to-top-widget": "*"
to the require section of your composer.json file., (*5)
<?= \xutl\backtop\BackTop::widget() ?>
<?php use xutl\backtop\BackTop; ?>
<?= BackTop::widget([
'options' => 'custom-css class-name'
]); ?>
<?php use xutl\backtop\BackTop; ?>
<?= BackTop::widget([
'tagContent' => '<i class="top-icon"></i>',
'options' => 'custom-css class-name',
]); ?>
A Yii 2 widget to add back-to-top button.
MIT
extension yii2 scroll top back-to-top
A Yii 2 widget to add back-to-top button.
MIT
extension yii2 scroll top back-to-top