Use the content picker on a Dashboard control Options
rsoeteman
Posted: Thursday, September 04, 2008 4:39:20 PM

Rank: Aficionado

Joined: 4/3/2008
Posts: 103
Location: The Netherlands
Hello,

Currently I'm developing a Dashboard control and want to use a Content Picker to select a node. Is that possible. Any tutorials on this topic?

Thanks,

Richard

ASP.NET and Umbraco development - Soeteman Software
tim
Posted: Thursday, September 04, 2008 5:30:35 PM

Rank: Addict

Joined: 2/19/2007
Posts: 825
Location: Belgium
Yep that's possible, i'll check if I can digg up an example

Umbraco tips and tricks: http://www.nibble.be - umbraco mvp 08/09 - certified level 1 & 2 professional
tim
Posted: Thursday, September 04, 2008 5:54:23 PM

Rank: Addict

Joined: 2/19/2007
Posts: 825
Location: Belgium
this should get you going:

using umbraco.editorControls;

private umbraco.editorControls.pagePicker _pagePicker;

base.ContentTemplateContainer.Controls.Add(_pagePicker);

Umbraco tips and tricks: http://www.nibble.be - umbraco mvp 08/09 - certified level 1 & 2 professional
rsoeteman
Posted: Saturday, September 13, 2008 6:18:55 AM

Rank: Aficionado

Joined: 4/3/2008
Posts: 103
Location: The Netherlands
Hi Tim,

Thanks for the reply.

Cheers, Richard

ASP.NET and Umbraco development - Soeteman Software
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.