[TYPO3-project-formidable] JS Libs loading in wrong order

Gary Wong gary.wong at spingroup.com
Fri Nov 21 10:11:48 CET 2008


I am tearing my hear out on this problem...  Formidable version 2.0.248.

I am using the Formidable plugin to load an XML file which uses 
Scriptaculous, but the JS files are loading in the wrong order causing 
JS errors. The page source looks like this:

<meta name="generator" content="TYPO3 4.2 CMS" />
<script type="text/javascript" src="typo3temp/javascript_a708894199.js"></script>
<script type='text/javascript' src='http://zzz/typo3conf/ext/ameos_formidable/api/base/rdt_tinymce/res/tiny_mce/tiny_mce.js'></script>
<script type="text/javascript" src="http://zzz/typo3conf/ext/ameos_formidable/res/jsfwk/scriptaculous/effects.js"></script>

<script type="text/javascript" src="http://zzz/typo3conf/ext/ameos_formidable/res/jsfwk/scriptaculous/scriptaculous.js"></script>
<script type="text/javascript" src="http://zzz/typo3conf/ext/ameos_formidable/res/jsfwk/minified/formidable.minified.js.php"></script>

See how formidable.minified.js.php loads AFTER scriptaculous?  

The most baffling thing is that, on a totally different site, using the 
exact same version Formidable and the same plugin (but different XML 
file), it loads in the correct order and works fine.

Any one have a clue?
Thank you in advance,
Gary




More information about the TYPO3-project-formidable mailing list