[Seaside] turning off the toolbar

Lukas Renggli renggli at gmail.com
Fri Sep 16 16:50:36 UTC 2011


> I want to test my app with the toolbar removed. I found several suggestions
> for doing this in the documentation that seem to be out of date. For
> example, from Dynamic Web Development with Seaside, I see:
> Alternatively you can use the configuration interface: In the configuration
> of any application select Application Defaults and click on Configure. This
> opens an editor on the settings that are common to all registered
> applications. Remove WADevelopmentConfiguration from the list of inherited
> configurations.easide,
> However, there is no "application defaults" button on my config page.

Hmm, actually the description in the Seaside book is fully accurate.
It works precisely as described.

> The seaside book contains another approach, to execute:
> WAAdmin applicationDefaults
>     removeParent: WADevelopmentConfiguration instance.
> But I hesitate to do that one, since there's no instruction provided on how
> to un-do it later.

You replace #removeParent: with #addParent:

Lukas

-- 
Lukas Renggli
www.lukas-renggli.ch


More information about the seaside mailing list