Title:
Bug 75361:(Watson Migration Closure)CFTABLE and CFCOL have been around for a very long time, but their usefulness has been limited due their lack of CSS support
| View in TrackerStatus/Resolution/Reason: Closed/Won't Fix/
Reporter/Name(from Bugbase): Brian J Meloche / Brian Meloche (Brian J Meloche)
Created: 02/06/2009
Components: Legacy Area, Usability
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 /
Priority/Frequency: Normal / Unknown
Locale/System: English / Platforms All
Vote Count: 7
Problem:
CFTABLE and CFCOL have been around for a very long time, but their usefulness has been limited due their lack of CSS support. This ER is to change that.
Option 1:
For CFTABLE and CFCOL, add the following attributes:
id, class and style. These would pass through the id, class and style attributes.
Add height to CFCOL.
Add a new tag called CFCOLHEADER, which would function the same as CFCOL, but be used for column headers and render <th> tags instead of <td>.
Add a new tag called CFROW, which would have the following attributes:
align, width, height, id, class, style, altid, altclass, altstyle, and altrow. Alt would allow you to alternate styles between alternating rows. Altrow would allow you to specify how often to change between the main styles and the alt styles.
Option 2:
For CFTABLE, add the following attributes:
id, class and style. These would pass through the id, class and style attributes.
For CFCOL, add the following attributes:
id, headerid, class, headerclass, style, headerstyle and height. These would pass through the id, class and style attributes.
Add a new tag called CFROW, which would have the following attributes:
align, width, height, id, class, style, altid, altclass, altstyle, and altrow. Alt would allow you to alternate styles between alternating rows. Altrow would allow you to specify how often to change between the main styles and the alt styles.
Option 3:
For CFTABLE and CFCOL, add the attribute passthrough. Passthrough would allow you to add n attributes as needed, including id, class and style, but also other valid HTML attributes for <table> and <td> tags. This would allow you more control over what is rendered.
Add CFCOLHEADER, with the passthrough attribute and other CFCOL attributes, as previously stated in option 1.
Add CFROW, with the passthrough attribute, align, width, height, and altpassthrough.
Method:
Result:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3037463
External Customer Info:
External Company:
External Customer Name: Brian Meloche
External Customer Email: 04C7536843D1BE67992015D5
External Test Config: 02/06/2009
Attachments:
Comments: