C# Class Fluqi.Extension.jSelectMenu_Extensions

Set of extensions to the Html and Page objects for creating a Menu widget through the library.
Afficher le fichier Open project: toepoke/Fluqi

Méthodes publiques

Méthode Description
CreateMenu ( this page, string id ) : SelectMenu

Creates a Menu control that can be configured and later rendered on the page.

CreateSelectMenu ( this html, string id ) : SelectMenu

Creates a Menu control that can be configured and later rendered on the page.

Method Details

CreateMenu() public static méthode

Creates a Menu control that can be configured and later rendered on the page.
public static CreateMenu ( this page, string id ) : SelectMenu
page this WebForms page to render the control onto
id string ID to give to the accordion (must be unique on the page)
Résultat Fluqi.Widget.jSelectMenu.SelectMenu

CreateSelectMenu() public static méthode

Creates a Menu control that can be configured and later rendered on the page.
public static CreateSelectMenu ( this html, string id ) : SelectMenu
html this Html helper (used to get the HttpResponse object to render onto)
id string ID to give to the accordion (must be unique on the page)
Résultat Fluqi.Widget.jSelectMenu.SelectMenu