Class QSpinnerGen
Generated QSpinnerGen class.
This is the QSpinnerGen 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 QSpinnerBase class for any glue code to make this class more usable in QCubed.
- QBaseClass
- QHtmlAttributeManagerBase
- QHtmlAttributeManager
- QControlBase
- QControl
- QTextBoxBase
- QTextBox
- QSpinnerGen
Direct known subclasses
QSpinnerBaseIndirect known subclasses
QSpinner
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
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
array|boolean|integer|mixed|null|
|
|
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. |
GetControlHtml(),
GetState(),
InitHtmlPurifier(),
ParsePostData(),
PutState(),
RenderHtmlAttributes(),
Sanitize(),
Select(),
SetPurifierConfig(),
Validate(),
__construct()
|
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
string
|
$strCulture
|
#
null
|
protected
boolean
|
$blnDisabled
|
#
null
|
protected
mixed
|
$mixIcons
|
#
null
|
protected
mixed
|
$mixIncremental
|
#
null
|
protected
mixed
|
$mixMax
|
#
null
|
protected
mixed
|
$mixMin
|
#
null
|
protected
string
|
$strNumberFormat
|
#
null
|
protected
integer
|
$intPage
|
#
null
|
protected
mixed
|
$mixStep
|
#
null
|
$strCssClass
|
$attributes,
$styles
|
public
string
|
$Culture
Sets the culture to use for parsing and formatting the value. If null, the currently set culture in Globalize is used, see Globalize docs for available cultures. Only relevant if the numberFormat option is set. Requires Globalize to be included. |
public
boolean
|
$Disabled
Disables the spinner if set to true. |
public
mixed
|
$Icons
Icons to use for buttons, matching an icon provided by the jQuery UI CSS Framework. * up (string, default: "ui-icon-triangle-1-n") * down (string, default: "ui-icon-triangle-1-s") |
public
mixed
|
$Incremental
Controls the number of steps taken when holding down a spin button.Multiple types supported: * Boolean: When set to true, the stepping delta will increase when spun incessantly. When set to false, all steps are equal (as defined by the step option). * Function: Receives one parameter: the number of spins that have occurred. Must return the number of steps that should occur for the current spin. |
public
mixed
|
$Max
The maximum allowed value. The elements max attribute is used if it exists and the option is not explicitly set. If null, there is no maximum enforced.Multiple types supported: * Number: The maximum value. * String: If Globalize is included, the max option can be passed as a string which will be parsed based on the numberFormat and culture options; otherwise it will fall back to the native parseFloat() method. |
public
mixed
|
$Min
The minimum allowed value. The elements min attribute is used if it exists and the option is not explicitly set. If null, there is no minimum enforced.Multiple types supported: * Number: The minimum value. * String: If Globalize is included, the min option can be passed as a string which will be parsed based on the numberFormat and culture options; otherwise it will fall back to the native parseFloat() method. |
public
string
|
$NumberFormat
Format of numbers passed to Globalize, if available. Most common are "n" for a decimal number and "C" for a currency value. Also see the culture option. |
public
integer
|
$Page
The number of steps to take when paging via the pageUp/pageDown methods. |
public
mixed
|
$Step
The size of the step to take when spinning via buttons or via the stepUp()/stepDown() methods. The elements step attribute is used if it exists and the option is not explicitly set.Multiple types supported: * Number: The size of the step. * String: If Globalize is included, the step option can be passed as a string which will be parsed based on the numberFormat and culture options, otherwise it will fall back to the native parseFloat. |
$AccessKey,
$AltText,
$BackColor,
$BorderCollapse,
$BorderColor,
$BorderStyle,
$BorderWidth,
$CssClass,
$Cursor,
$Data,
$Display,
$DisplayStyle,
$Enabled,
$FontBold,
$FontItalic,
$FontNames,
$FontOverline,
$FontSize,
$FontStrikeout,
$FontUnderline,
$ForeColor,
$Height,
$HorizontalAlign,
$Left,
$Margin,
$NoWrap,
$Opacity,
$OrderedListType,
$Overflow,
$Padding,
$Position,
$ReadOnly,
$TabIndex,
$ToolTip,
$Top,
$UnorderedListStyle,
$VerticalAlign,
$Width
|