Class QAccordionGen
Generated QAccordionGen class.
This is the QAccordionGen class which is automatically generated by scraping the JQuery UI documentation website. As such, it includes all the options as listed by the JQuery UI website, which may or may not be appropriate for QCubed. See the QAccordionBase class for any glue code to make this class more usable in QCubed.
- QBaseClass
- QHtmlAttributeManagerBase
- QHtmlAttributeManager
- QControlBase
- QControl
- QBlockControl
- QPanel
- QAccordionGen
Direct known subclasses
QAccordionBaseIndirect known subclasses
QAccordionSee:
QAccordionBase
Located at includes/base_controls/QAccordionGen.class.php
protected
array
|
|
public
string
|
#
GetJqSetupFunction( )
Return the JavaScript function to call to associate the widget with the control. |
public
string
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
mixed
|
|
public
mixed
|
|
public static
|
#
GetModelConnectorParams( )
If this control is attachable to a codegenerated control in a ModelConnector, this function will be used by the ModelConnector designer dialog to display a list of options for the control. |
OverrideAttributes(),
__call()
|
CommentEnd,
CommentStart
|
protected
string
|
$strJavaScripts
List of JavaScript files to be attached with the control when rendering |
#
__JQUERY_EFFECTS__
|
protected
string
|
$strStyleSheets
List of CSS files to be attaches with the control when rendering |
#
__JQUERY_CSS__
|
protected
mixed
|
$mixActive
|
|
protected
mixed
|
$mixAnimate
|
#
null
|
protected
boolean
|
$blnCollapsible
|
#
null
|
protected
boolean
|
$blnDisabled
|
#
null
|
protected
string
|
$strEvent
|
#
null
|
protected
mixed
|
$mixHeader
|
#
null
|
protected
string
|
$strHeightStyle
|
#
null
|
protected
mixed
|
$mixIcons
|
#
null
|
$blnHtmlEntities,
$blnIsBlockElement,
$strDefaultDisplayStyle,
$strTagName
|
$blnAutoRenderChildren,
$blnDropTarget,
$objDropsControlsArray,
$objDropsGroupingsArray,
$objIsDropZoneFor,
$objMovesControlsArray,
$strFormat,
$strTemplate,
$strText
|
$attributes,
$styles
|
public
mixed
|
$Active
Which panel is currently open.Multiple types supported: * Boolean: Setting active to false will collapse all panels. This requires the collapsible option to be true. * Integer: The zero-based index of the panel that is active (open). A negative value selects panels going backward from the last panel. |
public
mixed
|
$Animate
If and how to animate changing panels.Multiple types supported: * Boolean: A value of false will disable animations. * Number: Duration in milliseconds with default easing. * String: Name of easing to use with default duration. * Object: An object containing easing and duration properties to configure animations. * Can also contain a down property with any of the above options. * "Down" animations occur when the panel being activated has a lower index than the currently active panel. |
public
boolean
|
$Collapsible
Whether all the sections can be closed at once. Allows collapsing the active section. |
public
boolean
|
$Disabled
Disables the accordion if set to true. |
public
string
|
$Event
The event that accordion headers will react to in order to activate the associated panel. Multiple events can be specified, separated by a space. |
public
mixed
|
$Header
Selector for the header element, applied via .find() on the main accordion element. Content panels must be the sibling immediately after their associated headers. |
public
string
|
$HeightStyle
Controls the height of the accordion and each panel. Possible values: * "auto": All panels will be set to the height of the tallest panel. * "fill": Expand to the available height based on the accordions parent height. * "content": Each panel will be only as tall as its content. |
public
mixed
|
$Icons
Icons to use for headers, matching an icon provided by the jQuery UI CSS Framework. Set to false to have no icons displayed. * header (string, default: "ui-icon-triangle-1-e") * activeHeader (string, default: "ui-icon-triangle-1-s") |
$AutoRenderChildren,
$DropTarget,
$Format,
$HorizontalAlign,
$HtmlEntities,
$ResizeHandleDirection,
$ResizeHandleMaximum,
$ResizeHandleMinimum,
$TagName,
$Template,
$Text,
$VerticalAlign
|
$AccessKey,
$AltText,
$BackColor,
$BorderCollapse,
$BorderColor,
$BorderStyle,
$BorderWidth,
$CssClass,
$Cursor,
$Data,
$Display,
$DisplayStyle,
$Enabled,
$FontBold,
$FontItalic,
$FontNames,
$FontOverline,
$FontSize,
$FontStrikeout,
$FontUnderline,
$ForeColor,
$Height,
$Left,
$Margin,
$NoWrap,
$Opacity,
$OrderedListType,
$Overflow,
$Padding,
$Position,
$ReadOnly,
$TabIndex,
$ToolTip,
$Top,
$UnorderedListStyle,
$Width
|