November Happy Hour will be moved to Thursday December 5th.
HiIs there a control that I could use to display some kind of control for choosing and adding content links on admin page?There is a control like this on main page in Quicksilver, when choosing links for main navigation menu in StartPage.cs using LinkItemCollection:
[CultureSpecific] [Display( Name = "Main menu", Description = "", GroupName = SystemTabNames.Content, Order = 4)] public virtual LinkItemCollection MainMenu { get; set; }
What should I choose to display a control like that on admin page? Should it be fully costom control? Does epi provides something like that?
Hi
Is there a control that I could use to display some kind of control for choosing and adding content links on admin page?
There is a control like this on main page in Quicksilver, when choosing links for main navigation menu in StartPage.cs using LinkItemCollection:
What should I choose to display a control like that on admin page? Should it be fully costom control? Does epi provides something like that?