C# 클래스 Fluqi.Extension.jSelectMenu_Extensions

Set of extensions to the Html and Page objects for creating a Menu widget through the library.
파일 보기 프로젝트 열기: toepoke/Fluqi

공개 메소드들

메소드 설명
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