This is my first widget. Everyone is free to make changes.
Based on EasySlider 1.7
Requirements ¶
Yii 1.1.8
Usage ¶
Please unpack to extensions folder.
<?php $this->widget ('ext.EasySlider.EasySlider', array (
'width' => '950px',
'height' => '300px',
'data' => array (
array (
'title' => 'Test Page',
'url' => '/test-url',
'image' => '/images/image.png'
),
))); ?>
User Contributed Notes 4
i can not use that
i can not use that please help me
i can not use that
i can not use that please help me
Help
Please give a bit more info, what exactly doesn't work for you?
To explainproblem
i copy and unpack in the extension folder
and copy the code
"""""""
<?php $this->widget ('ext.EasySlider.EasySlider', array (
'width' => '950px', 'height' => '300px', 'data' => array ( array ( 'title' => 'Test Page', 'url' => '/test-url', 'image' => '/images/image.png' ), ))); ?>""""""""""""""
copy to the view
and copy one image in the images folder
and run the page
but just show one image
please help me for use this extension
Leave a comment
If you have any questions, please ask in the forum instead.
Join the conversation to share a note.