Lukas Renggli a écrit :
I use the Page Information Tutorial
(
http://smallwiki.unibe.ch/smallwiki/pier/) of Damien Cassou to
add my
widget on Pier.
But when I want to add my widget to the "Environment" (following
chapter
4 and 5) the "Environment" page doesn't appear on the tree!
You have to login as admin
admin:pier
If you haven't loaded a security system then you have to manually
type the path to get into the environment as it is hidden by default.
Cheers,
Lukas
thanks both, it's work.
Now I have a mistake with the css
I use this class method :
PRPageQueryWidget class>>defaultCssClass
ˆ ’box’
And when I watch at the css on
"http://www.lukas-renggli.ch/smalltalk/pier/style/84/style-box.css" there is a
class named 'box'
But no box css display on the page!
So I use code like that:
html div class:'box';
with:[]
Is it the good way to proceed?