Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
larosel opened this issue Oct 7, 2016 · 3 comments
Open

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

larosel opened this issue Oct 7, 2016 · 3 comments

Comments

@larosel
Copy link

larosel commented Oct 7, 2016

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

@DmitryEfimenko
Copy link
Owner

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

@larosel
Copy link
Author

larosel commented Oct 10, 2016

Descript List is bootstrap component.

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

@DmitryEfimenko
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants