New datatype: Content Lister Options
jesper
Posted: Saturday, February 10, 2007 4:51:38 PM

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
jesper
Posted: Wednesday, February 14, 2007 1:32:56 AM

Rank: Administration

Joined: 7/25/2006
Posts: 425
Location: vipperoed, denmark
No shortcuts :o)

Kindly

Jesper

webbureau jesper.com doing webdesign / development / umbraco implementations / 2007&2008 MVP / umbraco certified
Gregorius
Posted: Wednesday, February 14, 2007 6:33:41 AM

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
cpalm
Posted: Wednesday, February 14, 2007 8:45:59 AM

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 MultipleMediaPickerViaSource

The are packed into some nice visual studio projects

Regards/Christian
http://www.cpalm.dk






CPalm, www.cpalm.dk
jesper
Posted: Wednesday, February 14, 2007 9:23:26 AM

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
jesper
Posted: Tuesday, February 20, 2007 2:23:41 AM

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.com

Try 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
Gregorius
Posted: Tuesday, February 20, 2007 4:12:15 AM

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?
jesper
Posted: Tuesday, February 20, 2007 6:09:20 PM

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
Gregorius
Posted: Wednesday, February 21, 2007 3:05:21 AM

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?
jesper
Posted: Wednesday, February 21, 2007 9:00:02 AM

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
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.