Looking for some docs, however incomplete, on programmatically (DTML OR
Python) add a Specialist (or Specialist Derived ZClass) and set up teh
defaultRack, and add a Skinscript/Trigger.
I would also like to be able to set the ZClass storage too ...
That's not asking much, is i ? :)
--
E
Would something like this work?
newSpecialist = Specialists.Specialist()
newSpecialist.id = 'goobers'
newSpecialist.title = "Goober Manager"
myFolder._setObject(newSpecialist.id, newSpecialist)
newSpecialist = newSpecialist.__of__(myFolder)