A table defintion is created by the pseudo tag $table. The very first row, however, describes the format of what each successive row that htbindtable use to format up the data.<$table name="Aname"> <tr> <td name=hotflesh> <td> <td name=hotflesh> <td> <td name=hotflesh> <td> <tr> </$table>Note: I'm not entirely happy about the state of affairs here. One default row seems sort of cheesy, and the ability to create interesting tables is... well limited. Future versions will probably modify the paradigm here, but I'll wait till I have more experience to see the way it ought to look.
- htelm * htgettabledef (char * name)
- void httablestart (htelm * tb)
- void htbindtable (htelm * tb, hrec * r, int (* callback) (char *, char *, hrec *))
- void httableend ()
- htelm * htgettabledef (char * name)
Fetch the table definition namefrom the current page.
- void httablestart (htelm * tb)
- Start a table given the table definition in tb
© (copyright) 1997 MTCC Last modified: Fri Apr 25 19:28:47 PDT 1997