Ejemplo n.º 1
0
 public static MvcHtmlString ThisIsGotopageInput(this PagingGotoPageTemplate t)
 {
     return(t.Mark("GotoInput"));
 }
Ejemplo n.º 2
0
 public static MvcHtmlString BindValidateGotoPage(this PagingGotoPageTemplate t, string eventId)
 {
     return(t.BindEvent("validateGotopage", eventId));
 }
Ejemplo n.º 3
0
 public static MvcHtmlString WhenEnteredPageInvalid(this PagingGotoPageTemplate t, Action <VisualState> state)
 {
     return(t.State("invalid", state));
 }
Ejemplo n.º 4
0
 public static MvcHtmlString BindGotoPage(this PagingGotoPageTemplate t, string eventId)
 {
     return(t.BindEvent("gotoPageClick", eventId));
 }