econtentlightbox This extension is useful if one want to display some html content in light box

  1. Requirements
  2. Usage

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
0 0
5 followers
621 downloads
Yii Version: 1.1
License: GPL-3.0
Category: User Interface
Developed by: uzairshah
Created on: Sep 4, 2012
Last updated: 11 years ago

Downloads

show all

Related Extensions