...overview of the extension...
a yii widget for the Sexycurls jquery plugin which lets you share in the beauty of the page fold on yii framework based websites. This is all jquery no external library's required (except jquery)
Requirements ¶
Yii 1.1 or above
Usage ¶
...how to use this extension... extract contents to the extensions directory. see http://elliottkember.com/sexy_curls.html for options
In main.php add
$this->widget('ext.pagecurl.Pagecurl' , array (
// change these to the image filename and css filename in the pagecurl assets file you will use
'bgimage' => null,
'cssfile' => null,
) );
Resources ¶
...external resources for this extension...
Docs
Maybe at least add this jQuery link to avoid people having to google for 'sexy curls'..
http://elliottkember.com/sexy_curls.html
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.