C# Class Fluqi.Widget.jTab.Options

Inheritance: Core.Options
Datei anzeigen Open project: toepoke/Fluqi

Public Methods

Method 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 method

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

SetDisabled() public method

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

SetDisabled() public method

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

SetDisabled() public method

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 ///
return Options

SetEvent() public method

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

SetEvent() public method

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

SetHeightStyle() public method

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
return Options

SetHeightStyle() public method

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
return Options