The Compost Table is the container that houses the comments made by users... a.k.a. the Compost. The term ComPost
stands for Comments Posted.
The CompostTable sits inside another container (a DIV
) for size control since tables in HTML are not exactly freindly to resizing. The table consists of three rows each with a single cell.
The top row houses the CompostReflexTable
which contains the mechanisms (buttons) for the user to respond to the post.
Next is the CompostOldBizTable
which houses a tree build by the object handlers of already posted comments i.e. the old biz.
The last row is the new biz table that allows a user to post a comment.