* [[Typo3 Extension jquery.dataTables.editable @deprecated]] mit der alten '''pibase'''-Klasse entwickeln
Ziel ist es in einer typo3 Extension eine Datenbanktabelle auszulesen und in der Oberfläche (frontend) dynamisch darzustellen und manipulierbar (add,edit,delete row) zumachen. Unterschied zur [[Typo3 Extension jquery.dataTables.editable @deprecated]] Anleitung es wird nicht das [https://code.google.com/p/jquery-datatables-editable/ JQuery-DataTables-Data Manager plugin] verwendet, sondern darauf verzichtet die Tabelle in innerhalb der Anzeige Tabllenanzeige zu editieren
* Hierfür werden folgende Bibliotheken verwendet
** Grundlagenwissen: [[Typo3 kickstarter Extension]], [[typo3 Extensions entwickeln]]
** Grundsätzlich bevor mensch sich wundert warum wieder was nicht funzt typo3-'''Cache''' löschen und im Zweifel mal unter Adminwerkzeuge > Protokoll schauen
 
= Verzeichnissstruktur =
* typo3conf/ext/ncfluid
** typo3conf/ext/ncfluid/Classes
*** typo3conf/ext/ncfluid/Classes/Controller/
*** typo3conf/ext/ncfluid/Classes/Domain/
**** typo3conf/ext/ncfluid/Classes/Domain/Model/
**** typo3conf/ext/ncfluid/Classes/Domain/Repository/
** typo3conf/ext/ncfluid/Configuration/
*** typo3conf/ext/ncfluid/Configuration/TCA/
*** typo3conf/ext/ncfluid/Configuration/TypoScript/
** typo3conf/ext/ncfluid/Resources/
*** typo3conf/ext/ncfluid/Resources/Private/
**** typo3conf/ext/ncfluid/Resources/Private/Language/
**** typo3conf/ext/ncfluid/Resources/Private/Layouts/
**** typo3conf/ext/ncfluid/Resources/Private/Partials/
**** typo3conf/ext/ncfluid/Resources/Private/Templates/
***** typo3conf/ext/ncfluid/Resources/Private/Templates/Table/
*** typo3conf/ext/ncfluid/Resources/Public/
**** typo3conf/ext/ncfluid/Resources/Public/Stylesheets/
= MVC =
== Datenmodell ==
 
== View ==
 
== Controller ==
 
=Notizen=
Änderungen – Vosp.info

Änderungen

Aus Vosp.info
Wechseln zu:Navigation, Suche
3.057
Bearbeitungen

Navigationsmenü