umbraco.controls.ContentPicker mp = new umbraco.controls.ContentPicker();
mp.AppAlias = "media";
mp.TreeAlias = "media";
In the past with a usercontrol, we've leveraged the content picker to choose a node to do an opertation on..
This no longer works in u7 dashboards, anyone have a way to have contentpicker/media pickers in usercontrols in u7 without ditching the lot and reimplementing a very convoluted process in angular?
Content picker for use in a usercontrol dashboard
umbraco.controls.ContentPicker mp = new umbraco.controls.ContentPicker();
mp.AppAlias = "media"; mp.TreeAlias = "media";
In the past with a usercontrol, we've leveraged the content picker to choose a node to do an opertation on..
This no longer works in u7 dashboards, anyone have a way to have contentpicker/media pickers in usercontrols in u7 without ditching the lot and reimplementing a very convoluted process in angular?
is working on a reply...