NAVIGATION
This shows you the differences between two versions of the page.
|
deutsch:phpwcms-system:artikel:contentparts:register-tabs:accordion-tabs [2013/03/31 15:01] Knut Heermann (flip-flop) |
deutsch:phpwcms-system:artikel:contentparts:register-tabs:accordion-tabs [2018/06/03 18:08] (current) |
||
|---|---|---|---|
| Line 409: | Line 409: | ||
| 31.03.13 KH (flip-flop) - http://planmatrix.de Knut Heermann | 31.03.13 KH (flip-flop) - http://planmatrix.de Knut Heermann | ||
| - | Corresponding with the file /template/inc_css/specific/reg_tabs_accordion01.css | + | Corresponding with the file /template/inc_css/specific/reg_tabs_accordion_V14.css |
| Uses the js file lib/mootools/plugin-1.4/mootools.AccordionTabs_V14.js | Uses the js file lib/mootools/plugin-1.4/mootools.AccordionTabs_V14.js | ||
| - and lib/mootools/mootools-1.4-core-yc.js | - and lib/mootools/mootools-1.4-core-yc.js | ||
| - Put this file into the Folder /template/inc_cntpart/tabs/* | - Put this file into the Folder /template/inc_cntpart/tabs/* | ||
| - | - Switch in your conf.inc.php -> $phpwcms['allow_cntPHP_rt'] = 1; | ||
| *********************************************************************** */ | *********************************************************************** */ | ||
| Line 429: | Line 428: | ||
| </div> <!-- END id="rgt_content" //--> | </div> <!-- END id="rgt_content" //--> | ||
| + | |||
| - | [PHP] | + | <!-- JS: MORE:Fx/Fx.Elements,Fx/Fx.Accordion --> |
| - | // ******************************************************* | + | <!-- CSS: {TEMPLATE}inc_css/specific/mootools/reg_tabs_accordion_V14.css --> |
| - | // Load Mootools Framework //(set in the template)//. | + | <!-- JS: AccordionTabs_V14 --> |
| - | + | ||
| - | // ---- Init Moore function v2 | + | |
| - | $js[1] = 'MORE:Fx/Fx.Elements,Fx/Fx.Accordion'; | + | |
| - | renderHeadJS($js); | + | |
| - | + | ||
| - | // ---- Loading the right CSS-file. | + | |
| - | $GLOBALS['block']['css']['reg_tabs_accordion_V14'] = 'specific/mootools/reg_tabs_accordion_V14.css'; | + | |
| - | + | ||
| - | // ---- Loading the JS Plugin | + | |
| - | initJSPlugin('AccordionTabs_V14'); | + | |
| - | + | ||
| - | // ******************************************************* | + | |
| - | [/PHP] | + | |
| <!--TABS_END//--> | <!--TABS_END//--> | ||