Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Hi,
I did something like this for a customer a while ago, and wrote a short blog post about it today. It might be just what you need, although you may need to add some extra options to it: http://world.episerver.com/blogs/Per-Magne-Skuseth/Dates/2016/8/checkboxlist-ui-tweaks/
I have a property that is a checkboxlist and have overriden the ModifyMetadata with:
ClientEditingClass = "epi-cms/contentediting/editors/CheckBoxListEditor";
But I want it to render the list horizontal with some margin between.
What to do?