Shadowbox is an online media viewer application that supports all of the web's most popular media publishing formats. Shadowbox is written entirely in JavaScript and CSS and is highly customizable. Using Shadowbox, website authors can showcase a wide assortment of media in all major browsers without navigating users away from the linking page.
Resources ¶
Documentation ¶
Requirements ¶
- Yii 1.0 or above
Installation ¶
- Extract the release file under
protected/extensions
Usage ¶
See the following code example:
$this->widget('application.extensions.shadowbox.JShadowbox', array(
'options' => array(
'language'=>'en',
'players'=>array('img', 'html', 'iframe', 'qt', 'wmp', 'swf', 'flv'),
),
));
Change Log ¶
February 2, 2010 ¶
- Initial release.
good one
nice plugin, just cant get shadowbox working in ajax-updated lists views.
prease fix "Resources" section
Links to demo, homepage and discussion are incorrect
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.