Class QTestControl
QControl is the user overridable Base-Class for all Controls.
This class is intended to be modified. If you need to modify the class (looks or behavior), then place any custom modifications to QControl in the file.
Please note: All custom render methods should start with a RenderHelper call and end with a RenderOutput call. Also, read the class file to learn about the wrappers (the HTML elements with the '_ctl' at the end of their 'id' attribute) and how to disable them.
protected
string
|
#
GetControlHtml( )
This method will render the control, itself, and will return the rendered HTML as a string |
public
|
|
public
boolean
|
|
public
string
|
#
GetWrapperStyleAttributes( boolean $blnIsBlockElement = false )
Returns all wrapper-style-attributes Similar to GetStyleAttributes, but specifically for CSS name/value pairs that will render within a "wrapper's" HTML "style" attribute |
OverrideAttributes(),
__call()
|
CommentEnd,
CommentStart
|
public
integer
|
$savedValue1
|
#
1
|
public
integer
|
$savedValue2
|
#
0
|
$attributes,
$styles
|
$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
|