Versions Compared

Key

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

...

Consider an index-access sequence type. Robert from Montreal (CRIM?) showed a Syllabus editor that does something like this. Index could be hierarchical with drill down. Fluid provides support for re-ordering trees.

Layout and Tile Attributes - mjn

Now that layout spans are in place, the need for layout attributes becomes more clear. These fall into two categories: those that apply to the whole layout, and those that apply to specific tiles.

Layout Attributes

  • Border Width
  • Cell padding
  • Cell spacing
  • Border color
  • Left Column Width
  • Right Column Width

Tile Attributes

  • Background color
  • Horizontal alignment
  • Vertical alignment

Adding these will require changes to the layout XML file, but it should be possible to add them in a manner that is backwards compatible with existing layouts.

Editing Layout attributes will likely require a new link off of EditPageProducer. Tile attributes, on the other hand, would be a link off of the tile view. These views do complicate the editing a bit. Perhaps a simpler approach can be thought of.