Content - News Menu - Ressources Menu - Sitemap - Share your code - Code library - Reference
Formidable is part of the TYPO3 Project and is supported by Ameos
Unobtrusive JS means "using javascript features only to enhance user-experiment, while the application remains usable and accessible (or degrades gracefully) where javascript is not available".
In Formidable, the unobtrusive logic is all based on two switches available on all renderlets:
hideIfJs=true/false and displayOnlyIfJs=true/false
Using a combination of these two will allow your js-feature-rich development to degrade to a more accessible version when needed