Creating Section Options
jeanres
Posted: Tuesday, July 08, 2008 11:07:50 AM

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
Dirk
Posted: Tuesday, July 08, 2008 11:21:56 AM

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
jeanres
Posted: Tuesday, July 08, 2008 11:31:20 AM

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
jeanres
Posted: Tuesday, July 08, 2008 12:40:23 PM

Rank: Newbie

Joined: 7/8/2008
Posts: 7
Location: South Africa
Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.