Class QProgressbarGen
Generated QProgressbarGen class.
This is the QProgressbarGen 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 QProgressbarBase class for any glue code to make this class more usable in QCubed.
- QBaseClass
- QHtmlAttributeManagerBase
- QHtmlAttributeManager
- QControlBase
- QControl
- QBlockControl
- QPanel
- QProgressbarGen
Direct known subclasses
QProgressbarBaseIndirect known subclasses
QProgressbarSee:
QProgressbarBase
Located at includes/base_controls/QProgressbarGen.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
|
|
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
boolean
|
$blnDisabled
|
#
null
|
protected
integer
|
$intMax
|
#
null
|
protected
mixed
|
$mixValue
|
$blnHtmlEntities,
$blnIsBlockElement,
$strDefaultDisplayStyle,
$strTagName
|
$blnAutoRenderChildren,
$blnDropTarget,
$objDropsControlsArray,
$objDropsGroupingsArray,
$objIsDropZoneFor,
$objMovesControlsArray,
$strFormat,
$strTemplate,
$strText
|
$attributes,
$styles
|
public
boolean
|
$Disabled
Disables the progressbar if set to true. |
public
integer
|
$Max
The maximum value of the progressbar. |
public
mixed
|
$Value
The value of the progressbar.Multiple types supported: * Number: A value between 0 and the max. * Boolean: Value can be set to false to create an indeterminate progressbar. |
$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
|