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