Exemplo n.º 1
0
 public static MvcHtmlString BindNavigateToPage(this PagingTemplateRegion t, string eventId, string pageNumber)
 {
     return(t.BindEvent("navigateToPage", eventId, pageNumber));
 }
Exemplo n.º 2
0
 public static MvcHtmlString BindPreviousPage(this PagingTemplateRegion t, string eventId)
 {
     return(t.BindEvent("previousClick", eventId));
 }
Exemplo n.º 3
0
 public static MvcHtmlString BindNextPage(this PagingTemplateRegion t, string eventId)
 {
     return(t.BindEvent("nextClick", eventId));
 }
Exemplo n.º 4
0
 public static PagingGotoPageTemplate GotoPage(this PagingTemplateRegion pr)
 {
     return(new PagingGotoPageTemplate(pr.Writer));
 }
Exemplo n.º 5
0
 public static PagingPeriodsModeTemplate PeriodsMode(this PagingTemplateRegion pr)
 {
     return(new PagingPeriodsModeTemplate(pr.Writer));
 }
Exemplo n.º 6
0
 public static PagingArrowsModeTemplate ArrowsMode(this PagingTemplateRegion pr)
 {
     return(new PagingArrowsModeTemplate(pr.Writer));
 }