[AgileWiki] AgileWiki tables
Status: Beta
Brought to you by:
blaforge
From: Bill la F. <laf...@ya...> - 2006-06-20 01:19:57
|
We've got 2 kinds of tables, so we've got to be careful to distinguish between them. TKS supports tables of key/value pairs. And at a higher level, one type of document content, with a mime type of text/csf, is a multi-column table. Here I'm speaking about the latter. Now we have different types of rolons, as defined both by their descriptor unit and by the DescriptorEntry, Type. The former is used to set the latter when a rolon is created. Now the values of the Type DEnt are used to determine the class used to instantiate the Rolon Data Proxy object, with the table of types/classes found in the rolons.txt file. All rolons with tables use either the TableRolon class or a subclass of same. So when defining a table operation/command, we can simply attach it to the TableRolon class, thus defining the scope of the command to apply to all tables. The content of a table is very simple. Each line is a row. Cells are separated by commas. And the first row is the header row. Every application table can have its own subclass of TableRolon, though this is not always necessary. However, every application table should has a Descriptor Unit rolon, for it is here that we put the information describing the table. --------------------------------- Yahoo! India Answers: Share what you know. Learn something new Click here Send free SMS to your Friends on Mobile from your Yahoo! Messenger Download now |