[Seaside] How to remote the toolbar?

David Röthlisberger davidroe at bluewin.ch
Mon Nov 15 23:36:50 CET 2004



> How can I remove the toolbar ("New Session configure ...") in order to 
> have a end user application.

You have to set deployment mode of the application to true, then this 
toolbar will disappear. You can do that either in the config-menu of 
Seaside, where you can change the settings of your different applications, 
or programmatically in the root component of your application:

self session application configuration valueAt: #deploymentMode put: true.

But the config-menu is the preferred way of doing it. ;)

bye,
David 



More information about the Seaside mailing list