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

We're working on a project with TwitterBootstrapMVC and we wish to incorporate Google's material design. We've found a nice bootstrap / material implementation: http://fezvrasta.github.io/bootstrap-material-design/. However, in order to harness the...

VisibleDependsOn is not working. I am using the js version 3.0.4 downloaded from site. Is that the latest version? Is there any other depedency on jquery related files? VisibleDependsOn(m =>...

I have an existing WebApi2 + MVC solution to which I have installed TwitterBootstrapMVC5 following the instructions and added my license file. Razor does not detect Bootstrap: `'HtmlHelper' does not...

I need to be able to add a input group, so that I can show a currency symbol before the input field. I have no way of doing that. This...

You have a HelpText method, can you also add a HelpIcon method that produces the below HTML after the label? ```html ```

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...

Hi, In my dev environment the formgroup generates code like this: ``` Unique URL* ``` Code used... ``` @using(var form = Html.Bootstrap().Begin(new Form().Type(FormType.Horizontal).LabelWidthSm(3))) { @form.FormGroup().TextBoxFor(x => x.Url).Class("UrlInput").HelpText(helpText) } ``` What...

This is an enhancement request for the Required Asterisk. I'm looking for 2 things. Remember, these are just examples of what would be nice to have! I tried to use...

I have: Html.Bootstrap().FormGroup().TextBoxFor(model => model.SomeProperty).Label() SomeProperty has DisplayAttribute. I need to prepend Display.Name text with some other text. How can I write custom method (extension method?) to have sth like...

Hi Dimitry I have download a trial of TwitterBootstrapMVC and followed the instruction of how to add the dll's to the project. The licence file is in the root of...