In the Pier-Jetsam-Environment package, I have moved
the "layout
settings" group of definitions out of PRStructure, since the structure
itself doesn't need to know anything about how it is to be displayed.
Why not? I have websites where every top level structure has its own
look.
I am now attempting and failing to put a link to the
PRSettingsCommand
in the seaside toolbar, is this possible?
Ouch, Seaside Toolbar? I usually keep that disabled.
Sure, you can render a link to a specific Pier page from any Seaside
component. Assuming that "self context" is the current context you can
write:
html anchor
goto: (self context command: PRSettingsCommand);
with: 'Settings'
Cheers,
Lukas
--
Lukas Renggli
http://www.lukas-renggli.ch