public static CheckBox CheckBox <T>(this FantasticHtmlHelper <T> helper) { return(new CheckBox()); }
public static Calendar Calendar <T>(this FantasticHtmlHelper <T> helper) { return(new Calendar()); }
public static Page Page <T>(this FantasticHtmlHelper <T> helper) { return(new Page()); }
public static MessageBox MessageBox <T>(this FantasticHtmlHelper <T> helper) { return(new MessageBox()); }
public static SearchBar SearchBar <T>(this FantasticHtmlHelper <T> helper) { return(new SearchBar()); }
public static AjaxDropDown AjaxDropDown <T>(this FantasticHtmlHelper <T> helper) { return(new AjaxDropDown()); }
public static InitPopup InitPopup <T>(this FantasticHtmlHelper <T> helper) { return(new InitPopup()); }
public static ButtonPopupEdit ButtonPopupEdit <T>(this FantasticHtmlHelper <T> helper) { return(new ButtonPopupEdit()); }
public static AjaxList AjaxList <T>(this FantasticHtmlHelper <T> helper) { return(new AjaxList()); }
public static ButtonPopupAdd ButtonPopupAdd <T>(this FantasticHtmlHelper <T> helper) { return(new ButtonPopupAdd()); }
public static Button Button <T>(this FantasticHtmlHelper <T> helper) { return(new Button()); }
public static Grid Grid <T>(this FantasticHtmlHelper <T> helper) { return(new Grid()); }
public static PassWord PassWord <T>(this FantasticHtmlHelper <T> helper) { return(new PassWord()); }
public static TextBox TextBox <T>(this FantasticHtmlHelper <T> helper) { return(new TextBox()); }