TwitterBootstrapMvc
TwitterBootstrapMvc copied to clipboard
Fluent implementation of ASP.NET-MVC HTML helpers for Twitter Bootstrap.
Hi, I've a formgroup with different DisplayFor and among them a foreach with this line @f.FormGroup().Display(impuesto.ImpuestoTotal.ToString("#.##")).Label().LabelText(impuesto.Nombre).ShowRequiredStar(false) I get the label but not the display part.. tried changing the inside string...
this is my code. The drop down values are the string values and the text values are the string values of the enum. I am trying to set the selected...
Просьба добавить в хелперы контролов, содержащих методы HtmlAttributes() и Data(), соответствующий интерфейс. А то, если писать свои методы расширний (типа @Html.Bootstrap().TextBox().ngModel("name")), то приходится их делать для каждого вида контролов.
I was just starting to look at this library and ran into an issue which is preventing me from being able to use it. I have many forms and wanted...
I am trying to use the Time Picker from http://eonasdan.github.io/bootstrap-datetimepicker/ with BMVC ``` @f.ControlGroup().TextBoxFor(model => model.SchedulePeriod.ActiveEndTimeText).AppendIcon("glyphicon glyphicon-time").Class("form-control").Label().Class("col-sm-2 control-label") ``` ``` javascript $("#datetimepickerend").datetimepicker({ format: 'hh:mm', pickDate: false, pick12HourFormat: true, pickSeconds: false...
Hi. I can't find a way to set the width of a modal. Using Class() or HtmlAttributes() on Modal renders the attributes on the fade div, not the modal div...
T4MVCExtensions is now signed http://t4mvc.codeplex.com/discussions/442978 Without strong name I cannot use this great component in our company.
Is there any way to specify VisibleDependsOn for a value that does not exist or multiple values? For example, show a TextBox if a value of a DropDownList is not...
Having some problems with the date picker: - If I set a format using .Format("yyyy-mm-dd") there's a javascript error saying: TypeError: date is undefined var parts = date.split(format.separator), - The...
Hi Dmitry, I have a page where I'm using your handy TBMVC javascript extensions, but the problem I'm having is that when I reload part of the page with ajax,...