0.1.0releasedTabular

Editable table field for backend

Clone URLhttps://github.com/miquik/field_tabular.git

Add as a submodulegit submodule add https://github.com/miquik/field_tabular.git extensions/field_tabular --recursive

Compatibility

2.x.x2.1.x2.2.x2.3.x2.4.x2.5.x2.6.x2.7.02.7.12.7.22.7.32.7.42.7.52.7.62.7.72.7.82.7.92.7.10
NoNoNoNo0.1.0NoNoNoNoNoNoNoNoNoNoNoNoNo. Soon?

Readme

Tabular field

The Tabular field allows you to create a generic table field within an entry. You can set a comma separated list of columns name. Tabular use jsGrid jquery plugin to edit table.

This extension is part of a project I made here in my company and it is very specific for that purpose. I'll leave as is also if there are some features not really useful for a generic use. It works for my needs but surely there are some bugs.

Installation

This extension was only tested on Symphony 2.4 (because it is the version I use and I haven't time right now to try different version)

  1. Upload the /field_tabular folder to your Symphony /extensions folder.
  2. Enable it by selecting the "Tabular field", choose Enable from the with-selected menu, then click Apply.
  3. You can now add the "Tabular" field to your Sections.

Options

Columns name

Comma separated list of columns name. These names will be used if Header flag is set.

Header

Choose to show or not Table Header

Datasources

Tabular data will be output as a simple table-like XML structure.

xml <field mode='normal'> <table> <head> <cell>Dati</cell> <cell>Valore</cell> </head> <row> <cell>Dimensioni</cell> <cell>490 x 690 x 1490 mm</cell> </row> <row> ... </row> </table> <field>

Version history

Symphony 2.4 only

  • Initial Release