Class QTreeNav
public
|
#
__construct(
Creates a QControlBase object This constructor will generally not be used to create a QControlBase object. Instead it is used by the classes which extend the class. Only the parent object parameter is required. If the option strControlId parameter is not used, QCubed will generate the id. |
public
|
|
protected
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
boolean
|
|
public
string
|
#
GetControlHtml( )
This method will render the control, itself, and will return the rendered HTML as a string |
public
mixed
|
|
public
mixed|
|
OverrideAttributes(),
__call()
|
CommentEnd,
CommentStart
|
protected
string
|
$strJavaScripts
List of JavaScript files to be attached with the control when rendering |
#
'treenav.js'
|
protected
string
|
$strItemCssStyle
|
#
'treenav_item'
|
protected
string
|
$strItemSelectedCssStyle
|
#
'treenav_item treenav_item_selected'
|
protected
string
|
$strItemHoverCssStyle
|
#
'treenav_item treenav_item_hover'
|
protected
string
|
$strItemSelectedHoverCssStyle
|
#
'treenav_item treenav_item_hover treenav_item_selected'
|
protected
|
$strLabelForRequired
|
|
protected
|
$strLabelForRequiredUnnamed
|
|
protected
integer
|
$intIndentWidth
|
#
15
|
protected
integer
|
$intItemHeight
|
#
15
|
protected
integer
|
$intItemWidth
|
#
0
|
protected
array
|
$objChildItemArray
|
#
array()
|
protected
array
|
$objItemArray
|
#
array()
|
protected
integer
|
$intNextItemId
|
#
1
|
protected
|
$objSelectedTreeNavItem
|
#
null
|
protected
|
$strLoader
|
#
null
|
protected
|
$objLoaderParent
|
#
null
|
protected
boolean
|
$blnIsBlockElement
Is this control a block type element? This determines whether the control will be wrapped in a div or a span if blnUseWrapper is true. For example, if |
#
true
|
protected
boolean
|
$blnExpandOnSelect
|
#
true
|
protected
boolean
|
$blnAllowHover
|
#
false
|
$attributes,
$styles
|
public
mixed
|
$SelectedItem
|
public
mixed
|
$ItemArray
|
public
string
|
$ItemCssStyle
|
public
string
|
$ItemSelectedCssStyle
|
public
string
|
$ItemHoverCssStyle
|
public
integer
|
$IndentWidth
|
public
integer
|
$ItemHeight
|
public
integer
|
$ItemWidth
|
public
boolean
|
$ExpandOnSelect
|
public read-only
mixed
|
$SelectedValue
|
public read-only
mixed
|
$ChildItemArray
|
public write-only
mixed
|
$ItemExpanded
|
$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
|