TwitterBootstrapMvc icon indicating copy to clipboard operation
TwitterBootstrapMvc copied to clipboard

Do you have any plan for Descript List? <dl>

Open larosel opened this issue 8 years ago • 3 comments

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) }

larosel avatar Oct 07 '16 06:10 larosel

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

DmitryEfimenko avatar Oct 07 '16 07:10 DmitryEfimenko

Descript List is bootstrap component.

tag dl is simplified of description list. https://getbootstrap.com/css/#description

larosel avatar Oct 10 '16 12:10 larosel

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.

DmitryEfimenko avatar Oct 10 '16 21:10 DmitryEfimenko