Class QListBoxBase
QListBoxBase will render an HTML DropDown or MultiSelect box [SELECT] element.
It extends QListControl
. By default, the number of visible rows is set to 1 and
the selection mode is set to single, creating a dropdown select box.
- QBaseClass
- QHtmlAttributeManagerBase
- QHtmlAttributeManager
- QControlBase
- QControl
- QListControl uses QListItemManager
- QListBoxBase
Direct known subclasses
QListBox
Abstract
Package: Controls
See:
Located at includes/base_controls/QListBoxBase.class.php
Package: Controls
See:
QSelectionMode
Located at includes/base_controls/QListBoxBase.class.php
public
|
|
public
|
|
protected
string
|
|
protected
string
|
|
protected
string
|
|
abstract protected
|
|
public
boolean
|
|
protected
|
#
RefreshSelection( )
Override of superclass that will update the selection using javascript so that the whole control does not need to be redrawn. |
public
|
|
public
mixed
|
|
public
mixed
|
|
public static
|
#
GetModelConnectorParams( )
Returns an description of the options available to modify by the designer for the code generator. |
OverrideAttributes(),
__call()
|
CommentEnd,
CommentStart
|
protected
string
|
$strLabelForRequired
Error to be shown if the box is empty, has a name and is marked as required |
|
protected
string
|
$strLabelForRequiredUnnamed
Error to be shown If the box is empty, doesn't have a name and is marked as required |
$objItemStyle
|
$attributes,
$styles
|
$objListItemArray
|
public
integer
|
$Rows
specifies how many rows you want to have shown. |
public
string
|
$LabelForRequired
|
public
string
|
$LabelForRequiredUnnamed
|
public
string
|
$SelectionMode
|
$ItemCount,
$ItemStyle,
$SelectedIndex,
$SelectedItem,
$SelectedItems,
$SelectedName,
$SelectedNames,
$SelectedValue,
$SelectedValues
|
$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
|