Priority: Enhancement
Current State: Closed
Released In: 1.1.0
Target Release: minor
To support
cellspacing
in
TablePlugin, we have lost the nice formatting of the header rows with the vertical bars. I suggest a solution:
Extend param
tablerules
so that header and data rows can have their own rules layout.
I will add these attributes:
--
ArthurClemens - 14 Sep 2009
I also found out that Explorer stops rendering CSS after <style> tag 30. So with TP giving each table its own style tag through
addToHEAD
this quickly adds up - expecially since other extensions also have their style tags added.
I have fixed this by concatenating all TP css into one block.
--
ArthurClemens - 15 Sep 2009
2 fixes:
- fix rendering of tables in other included topics on the same page
- put 2 CSS sections in head: TABLEPLUGIN_default and TABLEPLUGIN_specific, to make skin overriding possible (these names should not change)
--
ArthurClemens - 17 Sep 2009