TwitterBootstrapMvc icon indicating copy to clipboard operation
TwitterBootstrapMvc copied to clipboard

Fluent implementation of ASP.NET-MVC HTML helpers for Twitter Bootstrap.

Results 68 TwitterBootstrapMvc issues
Sort by recently updated
recently updated
newest added

Hello, I am trying to set the position on a tab ... I would like them to be on the left. I am using BootStrap 3, and there does not...

Very handy for grouping items in a list box.

As discussed on http://www.codeproject.com/Messages/4736810/AsButtonGroup-breaks-VisibleDependsOn.aspx the new AsButtonGroup helper breaks VisibleDependsOn functionality.

I want to create Radio Buttons List, but with images, not labels for each radio button. In this moment i cant done this by using "RadioButtonListFor", and I have to...

I see existing drop downs have no methods to add the split drop down button. Please provide a way to achieve this.

I use the latest version but when I use this sample code ``` @using (var f = Html.Bootstrap().Begin(new Form().Type(FormType.Inline))) { @f.FormGroup().TextBoxFor(x => x.UserNameFilter).Placeholder("Enter...").Label().Class("sr-only") @f.FormGroup().PasswordFor(x => x.UserNameFilter).Placeholder().Label().Class("sr-only") @f.FormGroup().CheckBoxFor(x => x.UserNameFilter) @Html.Bootstrap().SubmitButton().Text("Sign...

Hi The Icons enum is in TwitterBootstrapMVC namespace - not bootstrap version specyfic, The v3 have a few new images and different css class names

When rendering a validation message, BMVC adds the class `help-inline` to the `` tag wrapped around the message. This class no longer appears to be relevant in Bootstrap 3. The...