Home » HTML » HTML_Table » Bug #787
setRowAttributes - not overriding td attributes
Details
| Submitted | 2004-02-18 18:13 UTC |
|---|---|
| From | asnagy at syr dot edu |
| Assigned | wiesemann |
| Status | Closed |
| Package | HTML_Table |
| PHP Version | 4.3.4 |
| OS | linux |
| 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