Rank: Devotee
Joined: 3/14/2007 Posts: 47
|
Has anyone developed a "Content Picker via Source" data-type for Umbraco?
I'm looking for something that is essentially the same as CPalm's Multiple Content Picker via Source, but which limits you to selecting one piece of content only.
That is, a data-type where you specify a source node in the Content tree, and the data-type presents sub-nodes of the source node as options to select, and stores the node number of the selected node as the actual data for the data-type.
Anyone?
|
 Rank: Addict
Joined: 7/19/2006 Posts: 542 Location: Preston, UK
|
Matt,
Christian's data type does exactly that! You pass in start node and you select nodes. You can modify the source to restrict it to only one.
Regards
Ismail
Level 2 certified. If it aint broke dont fix.
|
Rank: Devotee
Joined: 3/14/2007 Posts: 47
|
Ismail Mayat wrote: Christian's data type does exactly that! You pass in start node and you select nodes. You can modify the source to restrict it to only one.
Yep, I know his data-type does that - it's the variation of restricting to only one node that I was after. I'll modify the source code and create my own version if I have to, but I thought it was worth finding out if anyone had already created this first! Thanks though.
|