branchonline/yii2-joyride Yii2 Joyride wrapper.

yii2-joyride

Yii2 Joyride Wrapper is a Yii2 wrapper for the Joyride plugin. (https://github.com/zurb/joyride)

Usage:

echo Joyride::widget([
          'name' => 'my-joyride',
          'joyride_options' => [
              'tipLocation' => Joyride::POS_TOP,
          ],
          'items' => [
              [
                  'header' => 'my header',
                  'content' => 'my content',
                  'target_id' => 'test',
                  'options' => [
                      'data' => [
                          'options' => 'tipLocation: bottom',
                          'prev-text' => 'Go Back',
                          'button' => 'End'
                      ]
                  ]
              ]
          ],
      ]);

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

  • 1.031 March 2015

Comments



1.0 is the latest of one release



Unknown license
Stats
0 github stars & 2 github forks
0 downloads in the last day
1 downloads in the last 30 days
902 total downloads