Marko Žmak
|
Sunday 06 November 2005 5:33:42 am
This is what I need: Create an object. Create several objects that are children of that newly created object. But need to do it all in ONE form, and to be able to add children of the newly created node, while the object is still in edit mode. Is this possible, and how?
--
Nothing is impossible. Not if you can imagine it!
Hubert Farnsworth
|
Xavier Dutoit
|
Wednesday 09 November 2005 2:45:39 am
Hi, Gurudutt Verma is right. If you only have simple attributes (text, xmlarea, int...), you can write your own module, create the parent node, populate its attribute, publish it, create the children node, populate the attributes and publish them. Have a look at the contrib (eg the ObjectCreator extension/ObjectCreator/modules/ObjectCreator/ezobjectcreator.php ) for the code. X+
http://www.sydesy.com
|