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.
Yii 1.1 or above
Extract attached zip file into /protected/extensions/
place the following code where you want to place your code
$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
Total 1 comment
You could place a real example?
Leave a comment
Please login to leave your comment.