Content - News Menu - Ressources Menu - Sitemap - Share your code - Code library - Reference
Formidable is part of the TYPO3 Project and is supported by Ameos
This is the renderer used at development time.
It takes the HTML parts generated by renderlets and validators, and display them sequentially, separated by line breaks, and wrapped in
HTML tags.
Formidable automatically sets CSS-classes on the generated HTML, so that you can style it if you need to.
| path | data type | req | def | uobj | description |
|---|---|---|---|---|---|
| style/ :
A CSS style string to include in your application. Styles are exported to an external CSS file. Allows quick'n'clean styling. | |||||
| style/rewrite | boolean | true |
True, renderlet names will be replaced in the style string by the corresponding html IDs. Example:
Will be rewritten to this:
| ||
Provided by Ameos