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

Hi Dmitry, In our app, we frequently use bootstrap panels for app sections in a page. These sections could be expanded when the page loads (or sometimes not), and the...

Whats uppp, dude! Me and my Friend and coworker @akamud updated our project with the latest version, BTW thanks a lot for the helpful updates, and noticed that our button...

simple integration with bitpay or such, target audience for purchasing is perfect for this application

I am loading a checkboxlist based on the IEnumerable in my model. How do i make this required? ``` @f.FormGroup().CheckBoxListFor(model => model.SelectedForumList, Model.ForumList, forum => forum.Value, forum => forum.Text).DisplayInColumns(3, 200).ShowValidationMessage(true).Label().LabelText("")...

Hi, Dimitry. I use very often bootstrap and especially your wrappers. I find something useful that is missing in your framework. That is DualSelect control like [this](http://www.virtuosoft.eu/code/bootstrap-duallistbox/). Can you provide...

I can use the below which renders a drop down and populated the value automatically based on the foreignKey "ModuleTypeId". @Html.DropDownList("ModuleTypeId", "--Select--") What is the equivalent in Twitter BMVC. I...

Hi, Great work Dmitry, been a massive timesaver for us. I was wondering if anyone has any suggestion for being able to prepend an icon to a dropdown when it's...

I've created a form that needs to be as keyword driven as possible. One issue I've noticed is that if you attempt to tab past a date field, the datepicker...

Apologies if this has been addressed elsewhere. I have an issue rendering an "appended" button to a TextBox when setting a specific width. I did not test this with Bootstrap...

My application is working fine locally, but when i upload it to my host, i get error "Could not load file or assembly System.Xml.Linq. I am using .net framework 4.0...