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