C# Класс Fluqi.Widget.jTab.Options

Наследование: Core.Options
Показать файл Открыть проект

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

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