-
Notifications
You must be signed in to change notification settings - Fork 0
yii widget which wrapper the Basic jQuery Slider plugin(come from http://basic-slider.com/documentation/)
yiqing-95/JBasicSlider
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
in your view file :
<?php
/**
* User: yiqing
* Date: 11-12-3
* Time: 下午4:07
*/
$this->widget(
'ext.bjqs.JBasicSlider',
array(
'selector' =>'#my-slideshow',
'options'=>"js:
{
// 'width' : 940,
// 'height' : 340,
'showMarkers' : true,
'showControls' : true,
'centerMarkers' : false
}",
)
);
?>
<div style="width:75%; ">
<div id="my-slideshow">
<ul class="bjqs">
<li><!-- Any content you like --> sajdkfalsdflaksdklf</li>
<li><!-- Can go inside these slides-->
asdfaskd;lkjadfglsdkfgkjsdkjfgkdkskgj
</li>
</ul>
</div>
</div>
About
yii widget which wrapper the Basic jQuery Slider plugin(come from http://basic-slider.com/documentation/)
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published