|
|
 Rank: Newbie
Joined: 7/8/2008 Posts: 7 Location: South Africa
|
Hi
I have been playing around with creating sections in the umbraco's "admininstrative" interface.
Basicly what I want to do is.
I have a document type of Investment now underneath that is sub investments. This works great when I have it in the "content" tree view. is there a quick way of creating a separete section for this. without having to go through all the code to init the tree etc.. I know this is a long shot but it might be worth it.
Thanks Jeanre
|
|
 Rank: Fanatic
Joined: 9/27/2007 Posts: 463 Location: Belgium
|
Hi jeanres, Have a look here. Could get you started. Hope that helps. Regards, /Dirk
level 1 certified - umbraco blog at netaddicts.be
|
|
 Rank: Newbie
Joined: 7/8/2008 Posts: 7 Location: South Africa
|
I have gotten that far its pretty simple to get that working. I cant get the delete working even tho
<nodeType alias="sector"> <header>Sector</header> <usercontrol>/create/createSector.ascx</usercontrol> <tasks> <create assembly="sector" type="sectorTasks" /> <sort assembly="sector" type="sectorTasks" /> <delete assembly="sector" type="sectorTasks" /> </tasks> </nodeType> <nodeType alias="initsectors"> <header>Sector</header> <usercontrol>/create/createSector.ascx</usercontrol> <tasks> <create assembly="sector" type="sectorTasks" /> </tasks> </nodeType>
in the ui.xml
Also this is not saving as xml but in a custom table which I might want to change
|
|
 Rank: Newbie
Joined: 7/8/2008 Posts: 7 Location: South Africa
|
|
|
|
Guest |