Lukas Renggli a écrit :
| Hi Martial,
|
| > As a newbie in Magritte, I don't understand well how the new widgets
| > work in Pier. For my personal web site I'm programming in Pier, I
| > created a PRBoxWidget instance to encapsulate other widgets.
|
| widgets are essentially just Seaside components, but instead of
| #renderContentOn: you override #renderWidgetOn:. They also provide a
| settings command so that administrators can configure them from the
| web. It is also possible to plug in any Seaside component, e.g. the
| Sushi Store, but these are not configurable from the web.
I had understood this yet, so It is probably something else.
I tried to edit environment and add a '+tools+<br/>' to add my own
widget in pier. And when I click on the link to create a new Component,
I get a DNU.
I attached the debug message.
--
Martial Boniou