So, here is my question:
Is there any way to create dynamically pages inside a newly page(the one I
just had created)?
I would override PageProject>>#initialize and add the subpages
programmatically. Something like:
PageProject>>initialize
super initialize.
self addChild: (PRPage named: 'installation').
self addChild: (PRPage named: 'wiki').
self addChild: (PRPage named: 'faq').
You can also change the document contents, title and other properties
from there if you want.
Lukas
--
Lukas Renggli
http://www.lukas-renggli.ch