Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Migrated opencsv from another project. This code is open source from SourceForge and is licensed under the Apache 1.0 license.

Discussion with Antranig on compiling Sousa pages into HTML. The upshot is that RSF can't really do it right now and that a RequestFilter is probably the best approach.

Aug. 6, 2008

Got stubbed implementation of CECsv working. Shows a canned thumbnail image in page edit mode. Using a silk icon for CSV item. Just need to unpackage the CSV data and show it. I am adding a table data element to the view template for this and similar kinds of media objects. Anything shown as a table can be done with this element:

Code Block
xml
xml

<table rsf:id="content-table-00:" border="1" cellpadding="2" cellspacing="0"><tr rsf:id="content-row-00:"><td rsf:id="content-col-00:"><span rsf:id="content-data-00" /></td></tr></table>

Basic table of data is now being displayed. Tested against media element creation, page creation, page editing, sequence editing, and sequence play.

Some control parameters would be useful including: table width, first row as headers, and first column as headers.