Multibox
Written by Administrator   
Friday, 19 September 2008

Portfolio Joomla template comes with build in Multibox from Phatfusion.com features.

 

Multibox features :

 

  • Supports a range of multimedia formats
  • Auto detects formats or you can specify the format, useful if your passing a querystring!
  • Html descriptions

 

To activate your Mulltibox simply apply   class"youjoomla1" to your <a> element.

 

<a href="link to image.jpg" title="Your title" class="youjoomla1" id="description_id"><img src="your_display_image.jpg" title="" alt=""  /></a>
<div class="multiBoxDesc description_id">Your description here</div>

 

Example :

 
Visit Demo   Youjoomla Demo Server

 

Multibox script can be completely turned of in Joomla 1.5 template settings or in Joomla 1.0 index.php. The script is turned on by default


Activate multibox 

 

 

Usage


 

new MultiBox('multibox', {  	descClassName:'multiBoxDesc'  });

the rel attribute allows for specific parameters for each item. the following example will make the box handle the item as an image.

rel="type:jpg"

others that can be used are:

jpg / gif / png
these will make sure the box handles the item as an image.
swf
a flash movie
flv
a flash video file
mov
a quicktime movie
wmv
a windows media video
rv / rm / rmvb
real media format
mp3
mp3 format music file
element
an html element on the page

all others will be handled by default in an iFrame.

other rel options are:

	rel="width:400,height:300" 

ajax:true can also be used for urls so the content will be loaded into the page not in an iframe.

 

 

For more examples,script forum support, detail usage and instructions please visit Phatfusion.com

Last Updated ( Friday, 19 September 2008 )