Typo3
Aus Mein Wiki
Sebra (Diskussion | Beiträge) (→Extension Entwicklung) |
Sebra (Diskussion | Beiträge) (→Tutorials) |
||
| Zeile 37: | Zeile 37: | ||
** ext_localconf.php | ** ext_localconf.php | ||
** ext_tables.php | ** ext_tables.php | ||
| + | |||
| + | [[Beispielprojekt / Typo3 / Extbase / sebraKalender]] | ||
| + | |||
== Tutorials == | == Tutorials == | ||
* «Tutorial: Meine erste Extbase Extension» | * «Tutorial: Meine erste Extbase Extension» | ||
** http://typo3.sfroemken.de/typo3-tutorials/extensions/fluid.html | ** http://typo3.sfroemken.de/typo3-tutorials/extensions/fluid.html | ||
| + | |||
| + | == Mehrsprachigkeit umsetzen == | ||
| + | * http://daniel-müller.de/web-dev/typo3/ext_locallangxml_verwenden.html#respond | ||
| + | |||
| + | == Fluid == | ||
| + | === Beispiele === | ||
| + | <f:render partial="fbLikeBox" arguments="{settings : settings, audioguide:audioguide}"/> | ||
| + | |||
| + | = TypoScript = | ||
| + | == Beispiele == | ||
| + | * php-Script einbinden (Muss wohl zusätzlich mit "neues Inhaltselement"->"script" "Code"=MARKER aufgerufen werden!? | ||
| + | tt_content.script = CASE | ||
| + | tt_content.script { | ||
| + | key.field = select_key | ||
| + | MARKER = PHP_SCRIPT_EXT | ||
| + | MARKER.file = fileadmin/dein_script.php | ||
| + | } | ||
| + | |||
| + | = Useful = | ||
| + | * Extensions | ||
| + | ** HTML to PDF ( ods_html2pdf ) | ||

