A wrapper for jQuery custom content scroller plugin.
Requirements ¶
Tested with Yii 1.1.10 and 1.1.12. may work on other versions
Installation ¶
Extract the file under protected/extensions folder.
Usage ¶
- Default Usage
$this->widget('application.extensions.econtentscroller.EContentScroller', array(
'target' => '.content'
));
- Usage with optional parameters
$this->widget('application.extensions.econtentscroller.EContentScroller', array(
'target' => '.content',
'options' => array(
'theme' => 'dark',
'horizontalScroll' => true,
'scrollButtons' => array(
'enable' => true
)
)
));
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.