|
Main sidebar
|
PITS /
00634Summary: Define markup to add row attributes to advanced tables
Created: 2006-01-05 17:16
Status: Open
Category: Feature
From: Martin Fick
Assigned:
Priority: 31
Version:
OS:
Description: IssueIt is currently possible to modify attributes for both tables and cells using the advanced table markup, but it is impossible to modify attributes on individual rows. Discussion:To avoid author confusion, it would be best to add something to the (:cell:) A (:row:) B (:cell:) C The Proposed MarkupI suggest adding a So we might have: (:table bgcolor=blue |row bgcolor=yellow:) We are in the first cell of the table, this entire row will be yellow (:cell:) Second cell, still yellow bg (:cellnr:) Second row, bg is blue since the table bg is blue (:cellnr bgcolor=red |row bgcolor=green:) Third row, first cell, my bg is red (:cell:) Third row, second cell, my bg is green (row is green) (:cellnr:) New row, my bg is back to the table bg, blue |