TwitterBootstrapMvc
TwitterBootstrapMvc copied to clipboard
Do you have any plan for Descript List? <dl>
I like TwitterBooststrapMvc. But this is useful for Create, Edit pages.
It's needed DescriptionList supports
- tag for Delete, Details pages.
Do you have any play for this?
@using (var f = Html.Bootstrap().Begin(new DescriptionList().Type(DescriptionListType.Horizontal))) { @f.DescriptionListGroup().DisplayFor(model => model.title) }
I do not know what a DescriptionList
is. It's not an MVC control (at least I'm not aware of such), it's not a Bootstrap component. I don't know what is the specification for it
Descript List is bootstrap component.
- tag dl is simplified of description list.
https://getbootstrap.com/css/#description
I see now. I'll add it if more people show interest in it. The truth is, having a BMVC helper for it would not really reduce code complexity because it's just couple tags and there is no complex structure to it.