| How do you use the JoGadgets plugin?
|
 | --------------------------------------------------------------------------------
- Candy thumb-function:
--------------------------------------------------------------------------------
{jgxtimg src:=[path/image.jpg] width:=[320]}
--------------------------------------------------------------------------------
- Candy gallery:
--------------------------------------------------------------------------------
{jgxgal folder:=[path/folder] cols:=[4]}
--------------------------------------------------------------------------------
- Include .flv videos: (outdated! use jgmedia)
--------------------------------------------------------------------------------
{jgflv file:=[path/video.flv] width:=[386] height:=[288] autostart:=[false]}
!the right width and height is important!
--------------------------------------------------------------------------------
- Mp3 player: (outdated! use jgmedia)
--------------------------------------------------------------------------------
you can play just one specific mp3-file:
{jgmp3 file:=[path/song.mp3]}
or play tracks from a playlist:
{jgmp3 file:=[path/songlist.xml]}
(You can find a sample Tracklist in _jgfw_/files/example_playlist.xml)
--------------------------------------------------------------------------------
- Include media files:
--------------------------------------------------------------------------------
play wmv,wmy,avi,mpg,mpeg,mov,swf,flv,mp3 files.
{jgmedia file:=[path/mediafile] width:=[386] height:=[288] autostart:=[false]}
--------------------------------------------------------------------------------
- Infobox:
--------------------------------------------------------------------------------
{jgibox title:=[Test (click me)] style:=[width:320px;]}YOUR TEXT{/jgibox}
--------------------------------------------------------------------------------
- Tabber:
--------------------------------------------------------------------------------
{jgtabber}
[tab ==Tab 1==]Content 1[/tab]
[tab ==Tab 2==]Content 2[/tab]
[tab ==Tab 3==]Content 3[/tab]
{/jgtabber}
--------------------------------------------------------------------------------
- Tooltips:
--------------------------------------------------------------------------------
{jgtip text:=[description tooltip]}...content...{/jgtip}
--------------------------------------------------------------------------------
- Textimage:
--------------------------------------------------------------------------------
{jgitext text:=[Hello World!] size:=[30] color:=[000000] bgcolor:=[ffffff] font:=[fontname.ttf]}
the defined font must be located in jgfw_/font/
--------------------------------------------------------------------------------
- Content-box:
--------------------------------------------------------------------------------
{jgbox linktext:=[open box]}...content to show...{/jgbox}
--------------------------------------------------------------------------------
- Accordion
--------------------------------------------------------------------------------
{jgaccordion}
[acctab ==Tab 1==]Content 1[/acctab]
[acctab ==Tab 2==]Content 2[/acctab]
[acctab ==Tab 3==]Content 3[/acctab]
{/jgaccordion}
--------------------------------------------------------------------------------
- Quotes:
--------------------------------------------------------------------------------
{jgquote}...quote content to show...{/jgquote}
--------------------------------------------------------------------------------
- Include (php) files into content:
--------------------------------------------------------------------------------
{jgfile file:=[path/filename]}
--------------------------------------------------------------------------------
- Flash-Image-Rotator:
--------------------------------------------------------------------------------
{jgrotator folder:=[path] width:=[400] height:=[300]}
! Attention: !
_______________________________________________________________________
The Brackets "eg file:=![!...!]!" are required.
Have in mind, that if you give a path information, it is always relative to
the index.php int the Joomla root folder. Just an example:
{jgxtimg src:=[images/joomla_logo_black.jpg] width:=[320]}
|