Hallo Philipp Im Ordner "typo3conf/ext/jfmulticontent/res" hat es eine Datei "tx_jfmulticontent_pi1.js" Die muss man sich in den fileadmin kopieren und anpassen mit dem unteren Code.
Dann in den Konstanten auf das neue Template verweisen: plugin.tx_jfmulticontent_pi1.templateFileJS = fileadmin/tx_jfmulticontent_pi1.js Dann wird das neue template verwendet Gruss Jürgen 2011/3/22 Philipp Holdener <phil...@holdener.ch> > hallo nochmals > > > >>> <!-- ###TEMPLATE_TAB_JS### begin --> >>> jQuery(document).ready(*function*(){ >>> <!-- ###FIX_HREF### --> >>> jQuery('####KEY### ul li a').each(*function*(id, item){ >>> * **var* temp = item.href.split('#'); >>> * **var* temp_last = temp[temp.length-1]; >>> * **var* search = /^###PREG_QUOTE_KEY###/; >>> * **if* (search.test(temp[temp.length-1])){ >>> item.href = '#'+temp_last; >>> } >>> }); >>> <!-- ###FIX_HREF### --> >>> jQuery('####KEY###').tabs({ >>> ###OPTIONS### >>> })###ROTATE###; >>> * if (location.hash.toLowerCase()) { >>> jQuery('####KEY###').tabs("select", location.hash.toLowerCase()); >>> jQuery('####KEY###').tabs("rotate", 0); >>> jQuery('####KEY###').bind("tabsshow", function(event, ui) { >>> location.hash = ui.tab.hash; >>> }); >>> } >>> * >>> }); >>> <!-- ###TEMPLATE_TAB_JS### end --> >>> >> > Wo genau muss ich das einfügen? In ein eigenes .js? > Sorry.. bin leider nur Designer.. kein wirklicher programmierer. > > > Gruss > Philipp > _______________________________________________ > TYPO3-german mailing list > TYPO3-german@lists.typo3.org > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german > _______________________________________________ TYPO3-german mailing list TYPO3-german@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german