Class QBlockControl
This abstract class is designed to be a base for class for span and div controls. It adds additional drag and drop support to these objects, as well as templating.
Indirect known subclasses
CalculatorWidget, NavPanel, QDatepickerGen, QDialog, QDialogBase, QDialogBox, QDialogGen, QFileAsset, QFileAssetBase, QFileAssetDialog, QImageBrowser, QImageBrowserBase, PersonEditPanel, QImageBrowserNav, QImageBrowserThumbnails, QImageFileAsset, QMenu, QMenuBase, QMenuGen, QModelConnectorEditDlg, QProgressbar, QProgressbarBase, QProgressbarGen, ProjectEditPanel, QSelectable, QSelectableBase, QSelectableGen, QSlider, QSliderBase, QSliderGen, QSortable, QSortableBase, QSortableGen, QTabs, ProjectViewPanel, QTabsBase, QTabsGen, RecordsSummary, SelectableLabel, QAccordion, QAccordionBase, QAccordionGen, QDatepicker, QDatepickerBase
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
string
|
#
GetEndScript( )
Returns the End Script of the Control which is sent to the client when the control's Render is complete |
public
|
#
ParsePostData( )
Public function (to be overridden in child classes) to Parse the POST data recieved by control |
protected
string
|
|
protected
string
|
|
public
boolean
|
|
public
mixed
|
|
public
mixed
|
OverrideAttributes(),
__call()
|
CommentEnd,
CommentStart
|
protected
string
|
$strText
The text on the control |
#
null
|
protected
string
|
$strFormat
The format specifier for rendering the control |
#
null
|
protected
string
|
$strTemplate
Path to the HTML template (.tpl.php) file (applicable in case a template is being used for Render) |
#
null
|
protected
boolean
|
$blnAutoRenderChildren
Render the child controls of this control automatically? |
#
false
|
protected
string
|
$strTagName
HTML tag to be used by the control (such as div or span) |
#
null
|
protected
boolean
|
$blnHtmlEntities
Should htmlentities be used on the contents of this control? |
#
true
|
protected
boolean
|
$blnDropTarget
Is it a drop target? |
#
false
|
protected
array
|
$objMovesControlsArray
|
#
array()
|
protected
array
|
$objDropsControlsArray
|
#
array()
|
protected
array
|
$objDropsGroupingsArray
|
#
array()
|
protected
array
|
$objIsDropZoneFor
|
#
array()
|
$attributes,
$styles
|
public
string
|
$Text
is the Html that you want rendered |
public
string
|
$Format
is a sprintf string that the Text property will be sent to for further formatting. |
public
string
|
$Template
Path to the HTML template (.tpl.php) file (applicable in case a template is being used for Render) |
public
boolean
|
$AutoRenderChildren
Render the child controls of this control automatically |
public
string
|
$TagName
HTML tag to be used by the control (such as div or span) |
public
boolean
|
$HtmlEntities
hould htmlentities be used on the contents of this control |
public
boolean
|
$DropTarget
Is this a drop target? |
public
string
|
$HorizontalAlign
|
public
string
|
$VerticalAlign
|
public
integer
|
$ResizeHandleMinimum
|
public
integer
|
$ResizeHandleMaximum
|
public
string
|
$ResizeHandleDirection
|
$AccessKey,
$AltText,
$BackColor,
$BorderCollapse,
$BorderColor,
$BorderStyle,
$BorderWidth,
$CssClass,
$Cursor,
$Data,
$Display,
$DisplayStyle,
$Enabled,
$FontBold,
$FontItalic,
$FontNames,
$FontOverline,
$FontSize,
$FontStrikeout,
$FontUnderline,
$ForeColor,
$Height,
$Left,
$Margin,
$NoWrap,
$Opacity,
$OrderedListType,
$Overflow,
$Padding,
$Position,
$ReadOnly,
$TabIndex,
$ToolTip,
$Top,
$UnorderedListStyle,
$Width
|