C# Класс Fluqi.Extension.jSelectMenu_Extensions

Set of extensions to the Html and Page objects for creating a Menu widget through the library.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

CreateMenu() публичный статический Метод

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)
Результат Fluqi.Widget.jSelectMenu.SelectMenu

CreateSelectMenu() публичный статический Метод

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)
Результат Fluqi.Widget.jSelectMenu.SelectMenu