C# Class Fluqi.Widget.jTab.Options

Inheritance: Core.Options
Afficher le fichier Open project: toepoke/Fluqi

Méthodes publiques

Méthode Description
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".

Method Details

SetCollapsible() public méthode

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

SetDisabled() public méthode

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

SetDisabled() public méthode

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

SetDisabled() public méthode

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 ///
Résultat Options

SetEvent() public méthode

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

SetEvent() public méthode

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

SetHeightStyle() public méthode

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
Résultat Options

SetHeightStyle() public méthode

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
Résultat Options