Class QSampleControl
This is a SAMPLE of a custom QControl that you could write. Think of this as a "starting point". Remember: EVERYTHING here is meant to be customized! To use, simply make a copy of this file, rename the file, and edit the renamed file. Remember to specify a control Class name which matches the name of your file. And then implement your own logic for GetControlHtml().
Additionally, you can add customizable logic for any or all of the following, as well: - __construct() - ParsePostData() - Validate() - GetEndScript() - GetEndHtml()
- QBaseClass
- QHtmlAttributeManagerBase
- QHtmlAttributeManager
- QControlBase
- QControl
- QSampleControl
public
|
#
ParsePostData( )
If this control needs to update itself from the $_POST data, the logic to do so will be performed in this method. |
public
boolean
|
|
public
string
|
|
public
|
|
public
mixed
|
|
public
mixed|
|
OverrideAttributes(),
__call()
|
CommentEnd,
CommentStart
|
protected
|
$intExample
|
|
protected
|
$strFoo
|
$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
|