NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item9693 for docu changes for 1.2 and 2.0.
Item2050: Make it possible to set table rules for header or data rows
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Enhancement |
Closed |
Extension |
TablePlugin |
|
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