コード例 #1
0
ファイル: PagingTemplateRegion.cs プロジェクト: andrei-mmn/PT
 public static MvcHtmlString ThisIsGotopageInput(this PagingGotoPageTemplate t)
 {
     return(t.Mark("GotoInput"));
 }
コード例 #2
0
ファイル: PagingTemplateRegion.cs プロジェクト: andrei-mmn/PT
 public static MvcHtmlString BindValidateGotoPage(this PagingGotoPageTemplate t, string eventId)
 {
     return(t.BindEvent("validateGotopage", eventId));
 }
コード例 #3
0
ファイル: PagingTemplateRegion.cs プロジェクト: andrei-mmn/PT
 public static MvcHtmlString WhenEnteredPageInvalid(this PagingGotoPageTemplate t, Action <VisualState> state)
 {
     return(t.State("invalid", state));
 }
コード例 #4
0
ファイル: PagingTemplateRegion.cs プロジェクト: andrei-mmn/PT
 public static MvcHtmlString BindGotoPage(this PagingGotoPageTemplate t, string eventId)
 {
     return(t.BindEvent("gotoPageClick", eventId));
 }