I´m trying to add the member picker on a custom page, but it seems I´m trying something which isn´t designed for this. I´m trying it the same way as the media picker. Likt this:
When I do this I get the member tree inside a pop-up, but it doens't work. When I click a member I get a javascript error because openMember is called on a custom page. Can I get this to work the same way as the media picker or is the ContentPicker not designed for members?
Member picker on custom page
Hello,
I´m trying to add the member picker on a custom page, but it seems I´m trying something which isn´t designed for this. I´m trying it the same way as the media picker. Likt this:
Now I got the following for the member picker:
When I do this I get the member tree inside a pop-up, but it doens't work. When I click a member I get a javascript error because openMember is called on a custom page. Can I get this to work the same way as the media picker or is the ContentPicker not designed for members?
Jeroen
Jeroen,
can't you use the memberpicker control, which lives in the umbraco.editorControls namespace?
Cheers,
/Dirk
I'm using that now, but it's just a simple DropDownList and I preferred the pop-up with a nice tree, but it seems that doesn't work :(
is working on a reply...