C# 클래스 Fluqi.Widget.jTab.Options

상속: Core.Options
파일 보기 프로젝트 열기: toepoke/Fluqi

공개 메소드들

메소드 설명
SetCollapsible ( bool collapsible ) : Options

Sets whether the active tab is collapsible or not.

SetDisabled ( ) : Options

An array containing the position of the tabs (zero-based index) that should be disabled on initialization.

SetDisabled ( List disabled ) : Options

An array containing the position of the tabs (zero-based index) that should be disabled on initialization.

SetDisabled ( bool disabled ) : Options

Sets the "disabled" flag

Why you'd want to use this I have no idea!

SetEvent ( Core browserEvent ) : Options

Sets the event that opens a tab, e.g. "mouseover"

SetEvent ( string evt ) : Options

Sets the event that opens a tab, e.g. "mouseover"

SetHeightStyle ( Core style ) : Options

Controls the height of the accordion and each panel. Possible values are "auto", "fill" and "content".

SetHeightStyle ( string style ) : Options

Controls the height of the accordion and each panel. Possible values are "auto", "fill" and "content".

메소드 상세

SetCollapsible() 공개 메소드

Sets whether the active tab is collapsible or not.
public SetCollapsible ( bool collapsible ) : Options
collapsible bool Flags whether collapsible is on or off
리턴 Options

SetDisabled() 공개 메소드

An array containing the position of the tabs (zero-based index) that should be disabled on initialization.
public SetDisabled ( ) : Options
리턴 Options

SetDisabled() 공개 메소드

An array containing the position of the tabs (zero-based index) that should be disabled on initialization.
public SetDisabled ( List disabled ) : Options
disabled List
리턴 Options

SetDisabled() 공개 메소드

Sets the "disabled" flag
Why you'd want to use this I have no idea!
public SetDisabled ( bool disabled ) : Options
disabled bool /// True: sets disabled on /// False: sets disabled off ///
리턴 Options

SetEvent() 공개 메소드

Sets the event that opens a tab, e.g. "mouseover"
public SetEvent ( Core browserEvent ) : Options
browserEvent Core Event to use to open a tab
리턴 Options

SetEvent() 공개 메소드

Sets the event that opens a tab, e.g. "mouseover"
public SetEvent ( string evt ) : Options
evt string Event to use to open a tab
리턴 Options

SetHeightStyle() 공개 메소드

Controls the height of the accordion and each panel. Possible values are "auto", "fill" and "content".
public SetHeightStyle ( Core style ) : Options
style Core Style to use
리턴 Options

SetHeightStyle() 공개 메소드

Controls the height of the accordion and each panel. Possible values are "auto", "fill" and "content".
public SetHeightStyle ( string style ) : Options
style string Style to use
리턴 Options