Пример #1
0
 public static CheckBox CheckBox <T>(this FantasticHtmlHelper <T> helper)
 {
     return(new CheckBox());
 }
Пример #2
0
 public static Calendar Calendar <T>(this FantasticHtmlHelper <T> helper)
 {
     return(new Calendar());
 }
Пример #3
0
 public static Page Page <T>(this FantasticHtmlHelper <T> helper)
 {
     return(new Page());
 }
Пример #4
0
 public static MessageBox MessageBox <T>(this FantasticHtmlHelper <T> helper)
 {
     return(new MessageBox());
 }
Пример #5
0
 public static SearchBar SearchBar <T>(this FantasticHtmlHelper <T> helper)
 {
     return(new SearchBar());
 }
Пример #6
0
 public static AjaxDropDown AjaxDropDown <T>(this FantasticHtmlHelper <T> helper)
 {
     return(new AjaxDropDown());
 }
Пример #7
0
 public static InitPopup InitPopup <T>(this FantasticHtmlHelper <T> helper)
 {
     return(new InitPopup());
 }
Пример #8
0
 public static ButtonPopupEdit ButtonPopupEdit <T>(this FantasticHtmlHelper <T> helper)
 {
     return(new ButtonPopupEdit());
 }
Пример #9
0
 public static AjaxList AjaxList <T>(this FantasticHtmlHelper <T> helper)
 {
     return(new AjaxList());
 }
Пример #10
0
 public static ButtonPopupAdd ButtonPopupAdd <T>(this FantasticHtmlHelper <T> helper)
 {
     return(new ButtonPopupAdd());
 }
Пример #11
0
 public static Button Button <T>(this FantasticHtmlHelper <T> helper)
 {
     return(new Button());
 }
Пример #12
0
 public static Grid Grid <T>(this FantasticHtmlHelper <T> helper)
 {
     return(new Grid());
 }
Пример #13
0
 public static PassWord PassWord <T>(this FantasticHtmlHelper <T> helper)
 {
     return(new PassWord());
 }
Пример #14
0
 public static TextBox TextBox <T>(this FantasticHtmlHelper <T> helper)
 {
     return(new TextBox());
 }