proba kraci tekst
Forum za pomoc:
http://jogadgets.com/discussion/?CategoryID=1
——————————————————————————– – Imagetitle: ——————————————————————————–
It's deactivated by default. To turn on, just edit "jgconfig.php" in the "_jgfw_" folder. Make sure that in the template_css.css of your active template the following code is included: == table.contentpaneopen{ width: 100%; } td.contentheading{ width: 100%; } == !the width-attribute is very important!
——————————————————————————–
Automatsko pravljenje thumba i flash popup prozor sa sivom pozadinom:
{jgxtimg src:=[images/stories/kultura/sokograd-great.jpg] width:=[130]} poravnato levo desno: {jgxtimg src:=[images/stories/kultura/sokograd-great.jpg] width:=[320] style:=[float:right;margin:6px;]}
* default: * Filter 1: * Filter 2: * Filter 3: * Filter 4: * Filter 5:
——————————————————————————–
Za ceo folder sa crno belim thumbsima i animiranim pop up prozorom:
{jgxgal folder:=[images/stories/kultura] 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:=[images/stories/video/imefajla.avi] width:=[386] height:=[288] autostart:=[false]}
——————————————————————————–
Infobox:
{jgibox title:=[Test (klikni ovde)] style:=[width:320px;]}MOJ TEKST{/jgibox} ——————————————————————————–
Tabber:
——————————————————————————–
{jgtabber} [tab ==Tab 1==]Sadržaj br. 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:=[demo.ttf]} the defined font must be located in jgfw_/font/ ——————————————————————————–
Content-box:
{jgbox linktext:=[open box]}…sadržaj za prikazivanje…{/jgbox}
Accordion
{jgaccordion} [acctab ==Tab 1==]Sadržaj 1[/acctab] [acctab ==Tab 2==]Content 2[/acctab] [acctab ==Tab 3==]Content 3[/acctab] {/jgaccordion}
——————————————————————————– –
Quotes:
{jgquote}…qvote za prikazivanje…{/jgquote} ——————————————————————————–
Include (php) files into content:
{jgfile file:=[path/filename]} ——————————————————————————–
Flash-Image-Rotator:
{jgrotator folder:=[images/stories/kultura] 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]} 3. HOW TO INCLUDE IN OWN COMPONENTS/MODULES (for developers only!)
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ——————————————————————————–
Include JoGadgets in your Components:
——————————————————————————– //include joGadgets-Framework include_once('_jgfw_/jgfw.php'); $GLOBALS['jgw']->modulemode = false; ——————————————————————————– – Include JoGadgets in your Modules: ——————————————————————————– //include joGadgets-Framework include_once('_jgfw_/jgfw.php'); $GLOBALS['jgw']->modulinit(); ——————————————————————————– Methods you can use (returns always a string): $GLOBALS['jgw']->tooltip($text,$prmlist = array()); $GLOBALS['jgw']->quote($text,$prmlist = array()); $GLOBALS['jgw']->imagetext($text,$prmlist = array()); $GLOBALS['jgw']->lightboxgallery($prmlist = array()); $GLOBALS['jgw']->lightboximage($prmlist = array()); $GLOBALS['jgw']->media($prmlist = array()); $GLOBALS['jgw']->doparse($text); <- parse $text for mambot syntax. This is just a try to give you a quick-start. I'll try to set-up a more detailed documentation on http://www.jogadgets.com Greets Artur Heinze (kutulik@gmx.de)
