Hi Mike,
use your web-browser and go the 'Environment' page to edit it. Add an
embedded link *+My Widget+* at the place where you want to place your
widget and save the page. A red link will be be displayed because the
link is pointing to an non-existant structure. Click on it, choose
'Component', hit save and select your widget class in the drop down
that is appearing. From now on your widget should be in place all the
time, no need to edit the SmallWiki core code for this anymore.
Cheers,
Lukas
On Apr 11, 2005, at 21:55, Michael Meyer wrote:
Hallo,
letze Eoche beim ADL habt ihr uns gezeigt wie wir selber
Widgets ins Gui integrieren können. (Siehe Code unten).
Der Code der initialize Methode hat sich jetzt ja etwas geändert.
Kann du mir sagen wo ich jetzt mein eigenes Widget
registrieren kann?
Gruss mike
SeasideFrame>>initialize
super initialize.
contextHolder := WAStateHolder new.
headerWidget := SW2HeaderWidget new.
contentWidget := SW2ContentWidget new.
boxWidgets := Array
"with: SW2DebugWidget new"
with: SW2CommandsWidget new
"with: SW2PathWidget new"
"with: SW2TableOfContentsWidget new"
with: SW2TreeWidget new
with: SW2SearchWidget new
with: SW2StatisticsWidget new.
--
Lukas Renggli
http://www.lukas-renggli.ch