[AgileWiki] a pressing matter--anyone interested in writing some commands?
Status: Beta
Brought to you by:
blaforge
From: Bill La F. <Wil...@Su...> - 2006-07-10 04:11:45
|
We currently have no easy way to add rows to a table or to edit a table's contents. Easy enough to do, really, but you need to be admin (or be working in your own cabinet) and you need to use some reserved commands via the rolonic interface. To create a row, first create an LSec. Then use setDU to change the row's descriptor unit to RowDescriptorUnit. Then add cell values to the row with the setLEnt command. The same is true, but worse, if you want to create a table descriptor unit. Create a folder in the DescriptorUnits Drawer, set the du to TableDescriptorUnitDescriptorUnit, use setLEnt to set Type to the appropriate table descriptor unit. Then create a Columns lsec in the folder, set the du of the folder to ColumnsDescriptorUnit and add the rows as above. We need some commands then to create a descriptor unit, to create a table descriptor unit and its columns table, to create a row, and to edit a row. Anyone interested? Bill |