FluentBootstrap
FluentBootstrap copied to clipboard
Provides extensions, helper classes, model binding, and other goodies to help you use the Bootstrap CSS framework from .NET code.
See http://haacked.com/archive/2008/10/23/model-binding-to-a-list.aspx/
See http://getbootstrap.com/css/#buttons-active
Ideally just need to implement `IHasIconExtensions` but need to be careful that adding the icon as a child works in each case.
For example, a `Radio` and/or `RadioFor` extension(s) that takes a sequence of `KeyValuePair` and creates multiple radio buttons. What needs to be passed in? The description and value? What about...
We currently support the CSS-driven disabled state for `LinkButton`, but it looks like Bootstrap recently added support for disabled `` elements as well: http://getbootstrap.com/css/#button-element-1 This will need to be supported...
Hey, Unsure as to why this is happening but an empty form-group is drawn for the validation summary even when the validation summary is empty.
Is it possible to have navbar dropdown label allow HTML instead of plain text? I need to add an icon to the left of the caret, sort of like user...