C# 클래스 Fluqi.Widget.jMenu.Menu

파일 보기 프로젝트 열기: toepoke/Fluqi 1 사용 예제들

공개 메소드들

메소드 설명
Items ( ) : jMenuItem.MenuItems

The MenuItems that should appear under the menu

Menu ( TextWriter writer ) : System

Detailed constructor

Menu ( TextWriter writer, string id ) : System

Detailed constructor

Render ( ) : void

Writes the HTML for the Menu control to the response stream.

보호된 메소드들

메소드 설명
GetControlScript ( int tabDepth ) : string

Writes out the calling script for the jQuery Tabs plugin, adding options that have been a defined.

GetTagHtml ( ) : string

Builds and returns the HTML for the Menu control (basically the DIV). JavaScript initialisation for the control is also added to the response stream if the AutoScript rendering option is true.

Reset ( TextWriter writer, string id ) : void

Resets the underlying menu object back to it's initial state

메소드 상세

GetControlScript() 보호된 메소드

Writes out the calling script for the jQuery Tabs plugin, adding options that have been a defined.
protected GetControlScript ( int tabDepth ) : string
tabDepth int /// How far to indent the script code setting. ///
리턴 string

GetTagHtml() 보호된 메소드

Builds and returns the HTML for the Menu control (basically the DIV). JavaScript initialisation for the control is also added to the response stream if the AutoScript rendering option is true.
protected GetTagHtml ( ) : string
리턴 string

Items() 공개 메소드

The MenuItems that should appear under the menu
public Items ( ) : jMenuItem.MenuItems
리턴 jMenuItem.MenuItems

Menu() 공개 메소드

Detailed constructor
public Menu ( TextWriter writer ) : System
writer TextWriter Response stream to write the control to
리턴 System

Menu() 공개 메소드

Detailed constructor
public Menu ( TextWriter writer, string id ) : System
writer TextWriter Response stream to write the control to
id string ID of the control (which must be unique on the page)
리턴 System

Render() 공개 메소드

Writes the HTML for the Menu control to the response stream.
public Render ( ) : void
리턴 void

Reset() 보호된 메소드

Resets the underlying menu object back to it's initial state
protected Reset ( TextWriter writer, string id ) : void
writer TextWriter Textwriter to use when rendering
id string ID to render for the control
리턴 void