In latest trends attractive page is a core requirement of web development. Show your content in light-box is an excellent solution to make your page more attractive. This extension is designed to show HTML content into light-box.
Requirements ¶
Yii 1.1 or above
Usage ¶
Extract attached zip file into /protected/extensions/
place the following code where you want to place your code
<?php
$this->widget('application.extensions.ELightBoxContentWidget.ELightBoxContentWidget',
array(
'classname'=> " class to be applied over a link to make it accessable in jquery" ,
'divid' =>" Id which will be assigned to div which will show conent",
'width' => 'width of the div',
'content' => $content,// content variable will carry html data to be displayed
'linklabel'=>" label of the link which you have to display over your page"
) );
?>
[php]
for any query or bug feel free to contact at below mentioned.
**Syed Uzair Shah**
#### syeduzairahmad@live.com
Example
You could place a real example?
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.