Actions
Feature proposal #5672
closedImplement field by field template support
Description
This should be a new display mode that lets you select a template to use for the output. The template will be sent the raw SQL data so you can completely customize with PHP and CSS the fields results.
Updated by krileon almost 9 years ago
- Status changed from Assigned to Rejected
- Target version deleted (
778) - % Done changed from 0 to 100
Would make field output too heavy (slow)
Updated by krileon almost 9 years ago
- Status changed from Rejected to Assigned
- Target version set to 778
- % Done changed from 100 to 0
Add the template parse function directly to the field class and this will be fine (not heavy).
Updated by krileon almost 9 years ago
- Status changed from Assigned to Rejected
- Target version deleted (
778) - % Done changed from 0 to 100
Updated by krileon almost 9 years ago
- Status changed from Rejected to Assigned
- Target version set to 778
- % Done changed from 100 to 0
Updated by krileon almost 9 years ago
- Status changed from Assigned to Resolved
- Target version changed from 778 to 5.0.0
- % Done changed from 0 to 100
New output mode lets you use a template for the display. Simply loads the display.php template file and passes the database object to it. From there you can request the results in a number of formats using database API (e.g. as an object, array, etc..).
Actions