|
|
 Rank: Administration
Joined: 7/25/2006 Posts: 425 Location: vipperoed, denmark
|
Inspired by Casey's approach with autoform plus I'm I'm about to create some data types which is able to render a dropdown or checkbox from childnodes of a given node in content (or media). DropdownContent CheckBoxContent Another data type that I wan't to create is a slightly modified content picker where you're able to specify which part of the content (or media) tree you're allowed to pick from. Pro's: Lot's of ideas :tease: Con's: I have forgotton all about creating data types since Codegarden '06 where Kasper made it look so easy. So before I start i just wanna ask if anyone has created anything like the above? Kindly, Jesper webbureau jesper.com doing webdesign / development / umbraco implementations / 2007&2008 MVP / umbraco certified
|
|
 Rank: Administration
Joined: 7/25/2006 Posts: 425 Location: vipperoed, denmark
|
|
|
 Rank: Addict
Joined: 7/29/2006 Posts: 513 Location: Sydney, Australia
|
Jesper Ordrup wrote:Another data type that I wan't to create is a slightly modified content picker where you're able to specify which part of the content (or media) tree you're allowed to pick from. Hey Jesper, Regarding the abovementioned control, hang tight - its on its way (with even more functionality than you're after ;) ). if you don't see it surface in 10 days time, start to pester Niels for it. :P Good luck with your other ones - i'm sure they'll be quite handy. no idea how to create data types so sorry can't help there. all the best greg
|
|
 Rank: Aficionado
Joined: 7/19/2006 Posts: 165
|
Jesper Ordrup wrote: So before I start i just wanna ask if anyone has created anything like the above?
Hi Jesper You should have a look at MultiplePagePickerViaSource and MultipleMediaPickerViaSourceThe are packed into some nice visual studio projects Regards/Christian http://www.cpalm.dk
CPalm, www.cpalm.dk
|
|
 Rank: Administration
Joined: 7/25/2006 Posts: 425 Location: vipperoed, denmark
|
Greg: Great news - I might even wait 10 minutes before starting to "pester" Niels (I don't know what pester is but I'll do it if needed) Christian: Thanks for the pointers. I'm gonna use one of those (if not Niels get tied of being "pestered" today) Kindly, Jesper webbureau jesper.com doing webdesign / development / umbraco implementations / 2007&2008 MVP / umbraco certified
|
|
 Rank: Administration
Joined: 7/25/2006 Posts: 425 Location: vipperoed, denmark
|
Content Dropdown is a data type for Umbraco 3 .NET 2.0. This data type is a single select dropdown. It uses published content for values. When you define the data type you specify from which nodeid the control should render the child nodes as values/keys. When used it saves the nodeid of the selected item. You'll find it at http://www.jesper.comTry it out and let me know what you think. Is multivalue interesting? Kindly, Jesper webbureau jesper.com doing webdesign / development / umbraco implementations / 2007&2008 MVP / umbraco certified
|
|
 Rank: Addict
Joined: 7/29/2006 Posts: 513 Location: Sydney, Australia
|
Jesper Ordrup wrote: Content Dropdown is a data type for Umbraco 3 .NET 2.0.
This data type is a single select dropdown. It uses published content for values. When you define the data type you specify from which nodeid the control should render the child nodes as values/keys. When used it saves the nodeid of the selected item.
This could be quite handy.. nice work ;) Jesper Ordrup wrote:Is multivalue interesting? Not sure what you mean by this?
|
|
 Rank: Administration
Joined: 7/25/2006 Posts: 425 Location: vipperoed, denmark
|
Greg wrote:Jesper Ordrup wrote:Is multivalue interesting? Not sure what you mean by this? Glad you liked it. I mean - if it's of any use I could create a version allowing you to select multivalues. Kindly, Jesper webbureau jesper.com doing webdesign / development / umbraco implementations / 2007&2008 MVP / umbraco certified
|
|
 Rank: Addict
Joined: 7/29/2006 Posts: 513 Location: Sydney, Australia
|
Jesper Ordrup wrote: Glad you liked it. I mean - if it's of any use I could create a version allowing you to select multivalues.
Wouldn't that just be a multi-content picker then?
|
|
 Rank: Administration
Joined: 7/25/2006 Posts: 425 Location: vipperoed, denmark
|
Greg wrote:
Wouldn't that just be a multi-content picker then?
eerr.. :hmm: ? no that would a Code: <select name="myselect" size="4" multiple="multiple"> <option value="2811928">Ferrari</option> <option value="1058">Fiat Punto</option> </select>
allowing you to select multiple values. Kindly Jesper webbureau jesper.com doing webdesign / development / umbraco implementations / 2007&2008 MVP / umbraco certified
|
|
|
Guest |