[TYPO3-dev] Improvements to standard Table Element

Daniel Pötzinger poetzinger at nospam.ded
Fri Jan 4 18:01:33 CET 2008


Hello

The standard table elements are good to use for building predefined 
tables. (The default output has good classes like "last-row" etc.)

I miss the feature to make colspans (and rowspans)


Maybe we can use some extra syntax at the beginning of a row.

Two ideas:

1) use some syntax like: {colspan,rowspan,some more instuctions..)
+ easy to develop
+ easy to extend
- the wizard wont like it

e.g.

text | text | text
{2}text | text
{3}text

2) Use "<" for colspan  and "^" for rowspan
+ dont break the current wizard and
+ is a bit more visual

e.g.:

text | text | text
text |<     | text
text |<     | <




text | text | text
text |^     | text
text |^     | text


What do you think?








More information about the TYPO3-dev mailing list