PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_Table » Bug #787

setRowAttributes - not overriding td attributes

Details

Submitted2004-02-18 18:13 UTC
Fromasnagy at syr dot edu
Assignedwiesemann
StatusClosed
PackageHTML_Table
PHP Version4.3.4
OSlinux
Roadmaps(Not assigned)

Comments

[2004-02-18 18:13 UTC] asnagy at syr dot edu

Description:
------------
I am calling the setRowAttributes method and have the boolean inTD set to false. However, it does not overrride the previously set td attributes.

When I set the boolean value to true, the attributes show up in the TR tag, but my TD attributes still exist. When I set it to false, none of my RowAttributes show up, only the prior cell attributes

I would like the method to override any previously set TD attributes when the boolean value is false.

[2004-03-09 20:33 UTC] asnagy at php dot net

Assigned to Bertrand