Typo3 Extension jquery.dataTables.editable @deprecated: Unterschied zwischen den Versionen
Aus Vosp.info
F (Diskussion | Beiträge) |
F (Diskussion | Beiträge) |
||
Zeile 7: | Zeile 7: | ||
Grundlagenwissen: [[Typo3 kickstarter Extension]] || [[typo3 Extensions entwickeln]] | Grundlagenwissen: [[Typo3 kickstarter Extension]] || [[typo3 Extensions entwickeln]] | ||
− | == | + | == mit kickstarter das Grundgerüst == |
+ | im Backend im Erweiterungsmanager im dropdown ''create new extension'' auswählen | ||
+ | |||
+ | * '''Enter extension key:''' '''jquerydatatableseditable''' => update | ||
+ | * '''General info:''' | ||
+ | ** Title: '''jquerydatatableseditable''' | ||
+ | ** Description: '''....''' | ||
+ | ** Category: '''Frontend''' | ||
+ | ** .... | ||
+ | ** => update | ||
+ | * '''New Database Tables''' | ||
+ | ** Tablename: tx_jquerydatatableseditable_'''table''' | ||
+ | ** Title of the table: '''jquery.datatables.editable table''' | ||
+ | ** Add "Deleted" field: bestätigen | ||
+ | ** Add "Hidden" flag: bestätigen | ||
+ | ** NEW FIELD: | ||
+ | *** Field name: '''jdet_col1''' | ||
+ | *** Field title: '''jquery datatables editable table column 1''' | ||
+ | *** Field type: '''string input''' | ||
+ | *** => update | ||
+ | ** NEW FIELD: | ||
+ | *** Field name: '''jdet_col2''' | ||
+ | *** Field title: '''jquery datatables editable table column 2''' | ||
+ | *** Field type: '''string input''' | ||
+ | *** => update | ||
+ | ** NEW FIELD: | ||
+ | *** Field name: '''jdet_col3''' | ||
+ | *** Field title: '''jquery datatables editable table column 3''' | ||
+ | *** Field type: '''string input''' | ||
+ | *** => update |
Version vom 22. Februar 2013, 13:19 Uhr
Ziel ist es in einer typo3 Extension eine Datenbanktabelle auszulesen und manipulierbar (add,edit,delete row) zumachen. Hierfür werden folgende Bibliotheken verwendet
- jQuery ist eine freie, umfangreiche JavaScript-Bibliothek
- DataTables table plug-in for jQuery
- JQuery DataTables Data Manager plugin
Grundlagenwissen: Typo3 kickstarter Extension || typo3 Extensions entwickeln
mit kickstarter das Grundgerüst
im Backend im Erweiterungsmanager im dropdown create new extension auswählen
- Enter extension key: jquerydatatableseditable => update
- General info:
- Title: jquerydatatableseditable
- Description: ....
- Category: Frontend
- ....
- => update
- New Database Tables
- Tablename: tx_jquerydatatableseditable_table
- Title of the table: jquery.datatables.editable table
- Add "Deleted" field: bestätigen
- Add "Hidden" flag: bestätigen
- NEW FIELD:
- Field name: jdet_col1
- Field title: jquery datatables editable table column 1
- Field type: string input
- => update
- NEW FIELD:
- Field name: jdet_col2
- Field title: jquery datatables editable table column 2
- Field type: string input
- => update
- NEW FIELD:
- Field name: jdet_col3
- Field title: jquery datatables editable table column 3
- Field type: string input
- => update