Ejemplo n.º 1
0
 public static MvcHtmlString ThisIsToField(this RangeFilterTemplateRegion t)
 {
     return(t.Mark("ToValueProvider"));
 }
Ejemplo n.º 2
0
 public static MvcHtmlString DatepickerCanBeHere(this RangeFilterTemplateRegion t)
 {
     return(t.Datepicker(t.CleanValue(c => c.Configuration.ColumnName), true));
 }
Ejemplo n.º 3
0
 public static MvcHtmlString BindValueChanged(this RangeFilterTemplateRegion t, string eventId)
 {
     return(t.BindEvent("handleValueChanged", eventId));
 }