IntroJS ¶
...Better introductions for websites and features with a step-by-step guide for your projects....
Usage ¶
...extract introjs folder under protected/extentions folder...
...in view files...
$this->widget('application.extensions.introjs.IntroJs',array(
'data'=>array(
array('id'=>'introID1','step'=>1,'intro'=>'Hello World!','position'=>'right'),
array('id'=>'IntroID2','step'=>2,'intro'=>'Yii widget powered By Mohammad Moein Hosseini Manesh'),
/* all step and data should be defined here*/
array('id'=>'introIDStart','start'=>true,'event'=>'onclick'), // define one element as starter,default event is onclick
array('id'=>'introIDExit','exit'=>true,'event'=>'onclick'), // you can define elements to exit before ending IntroJs,default event is onclick
)
));
Resources ¶
...external resources for this extension...
Error
Followed the steps and get: Undefined index: position
AIMAGU
Wow cool, Thank you
So cool
Thank you so much to share it with us .
Awesome!
I found it out,finally!
Very useful.
Really cool widget.
Good job
Fantastic,Thanks guy.
great extention of intro web page demo
great extention of intro web page demo
Does not work
Which Yii version work with this extensions?
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.