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

A set of properties to apply to a set of jQuery UI Accordion.
Properties not yet supported: header
상속: Core.Options
파일 보기 프로젝트 열기: toepoke/Fluqi

공개 메소드들

메소드 설명
SetAnimate ( Core effect ) : Options

If and how to animate changing panels.

SetAnimate ( string animated ) : Options

If and how to animate changing panels.

SetCollapsible ( bool collapsible ) : Options

Whether all the sections can be closed at once. Allows collapsing the active section.

SetContainerTag ( string containerTag ) : Options

Sets the container tag (outer accordion HTML element) that contains all panels. By default this is DIV.

SetContentTag ( string contentTag ) : Options

Sets the tag to use for the content of all panels, by default this is DIV.

SetDisabled ( bool disabled ) : Options

Disables the accordion if set to true

SetEvent ( Core browserEvent ) : Options

The event that accordion headers will react to in order to activate the associated panel.

SetEvent ( string evt ) : Options

The event that accordion headers will react to in order to activate the associated panel. Multiple events can be specificed, separated by a space

SetHeadingTag ( string headingTag ) : Options

Sets the tag to use for the heading of all panels, by default this is H3.

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".

SetIcons ( Core headerIconClass, Core activeHeaderIconClass ) : Options

Icons to use for headers, matching an icon defined by the jQuery UI CSS Framework.

Overload for specifying icons through an enumeration (so you get the itellisense when finding them). See http://api.jqueryui.com/accordion/#option-icons for details

SetIcons ( string headerIconClass, string activeHeaderIconClass ) : Options

Icons to use for headers, matching an icon defined by the jQuery UI CSS Framework.

SetIconsOff ( ) : Options

Icons to use for headers, matching an icon defined by the jQuery UI CSS Framework.

메소드 상세

SetAnimate() 공개 메소드

If and how to animate changing panels.
public SetAnimate ( Core effect ) : Options
effect Core Name of easing to use with default duration.
리턴 Options

SetAnimate() 공개 메소드

If and how to animate changing panels.
public SetAnimate ( string animated ) : Options
animated string Name of easing to use with default duration.
리턴 Options

SetCollapsible() 공개 메소드

Whether all the sections can be closed at once. Allows collapsing the active section.
public SetCollapsible ( bool collapsible ) : Options
collapsible bool Flags whether collapsible is on or off
리턴 Options

SetContainerTag() 공개 메소드

Sets the container tag (outer accordion HTML element) that contains all panels. By default this is DIV.
public SetContainerTag ( string containerTag ) : Options
containerTag string Container tag to use, e.g. DL, DIV, etc
리턴 Options

SetContentTag() 공개 메소드

Sets the tag to use for the content of all panels, by default this is DIV.
public SetContentTag ( string contentTag ) : Options
contentTag string Content tag to use, e.g. P or DT
리턴 Options

SetDisabled() 공개 메소드

Disables the accordion if set to true
public SetDisabled ( bool disabled ) : Options
disabled bool Disables the accordion if set to true
리턴 Options

SetEvent() 공개 메소드

The event that accordion headers will react to in order to activate the associated panel.
public SetEvent ( Core browserEvent ) : Options
browserEvent Core Event to kick off changing of panes
리턴 Options

SetEvent() 공개 메소드

The event that accordion headers will react to in order to activate the associated panel. Multiple events can be specificed, separated by a space
public SetEvent ( string evt ) : Options
evt string Event to use to open a tab
리턴 Options

SetHeadingTag() 공개 메소드

Sets the tag to use for the heading of all panels, by default this is H3.
public SetHeadingTag ( string headingTag ) : Options
headingTag string Heading tag to use, e.g. H2
리턴 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

SetIcons() 공개 메소드

Icons to use for headers, matching an icon defined by the jQuery UI CSS Framework.
Overload for specifying icons through an enumeration (so you get the itellisense when finding them). See http://api.jqueryui.com/accordion/#option-icons for details
public SetIcons ( Core headerIconClass, Core activeHeaderIconClass ) : Options
headerIconClass Core
activeHeaderIconClass Core
리턴 Options

SetIcons() 공개 메소드

Icons to use for headers, matching an icon defined by the jQuery UI CSS Framework.
public SetIcons ( string headerIconClass, string activeHeaderIconClass ) : Options
headerIconClass string
activeHeaderIconClass string
리턴 Options

SetIconsOff() 공개 메소드

Icons to use for headers, matching an icon defined by the jQuery UI CSS Framework.
public SetIconsOff ( ) : Options
리턴 Options