London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Arrange page properties into columns in admin view

Vote:
0

Hi,

I have a page-template with many properties like "display in breadcrumb, display in footer, display in sitemap and so on" and as they all are checkboxes, I would like to have them arranged in columns instead of rown, as it makes it a lot easier to edit in admin view.

On top, there is this grey box "SystemTabNames.PageHeader" and these Properties are arranged in columns, so it should be possible?

Kind regards

Ralph

#293382
Dec 19, 2022 11:40
Vote:
0

You coulld change to a Check Box List (Select Many) 

    /// <summary>
    /// Theme
    /// </summary>
    [Display(Name = "Options", Order = 50, GroupName = SystemTabNames.Content)]
    [SelectMany(SelectionFactoryType = typeof(AccessoryOptionsSelectionFactory))]
    [Required]
    public virtual string Options { get; set; }

And than use similar concepts described here to change the UI : https://world.optimizely.com/blogs/Per-Magne-Skuseth/Dates/2016/8/checkboxlist-ui-tweaks/ 

#293385
Dec 19, 2022 13:01
Vote:
0

Nice idea, I'll give it a try.

Thank you

#293390
Dec 19, 2022 13:25
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.