Class ProjectEditPanel
The QPanel Class is defined here.
QPanel class can be used to create composite controls which are to be rendered as blocks (not inline)
-
QBaseClass
-
QHtmlAttributeManagerBase
-
QHtmlAttributeManager
-
QControlBase
-
QControl
-
QBlockControl
-
QPanel
-
ProjectEditPanel
Methods summary
public
|
#
__construct( QControl |QForm |QControlBase $objParentObject, string $objProject, $strMethodCallBack, $strControlId = null )
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.
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.
Parameters
- $objParentObject
- $objProject
$strControlId
optional id of this Control. In html, this will be set as the value of the id attribute. The id can only
contain alphanumeric characters. If this parameter is not passed, QCubed will generate the id.
- $strMethodCallBack
- $strControlId
Throws
Overrides
|
public
|
|
public
|
|
Methods inherited from QBlockControl
AddControlToMove(),
AddDropZone(),
GetControlHtml(),
GetEndScript(),
GetInnerHtml(),
ParsePostData(),
RemoveAllControlsToMove(),
RemoveAllDropZones(),
RemoveControlToMove(),
RemoveDropZone(),
Validate(),
__get(),
__set()
|
Methods inherited from QControlBase
AddAction(),
AddActionArray(),
AddAttributeScript(),
AddChildControl(),
AddCssFile(),
AddJavascriptFile(),
AddPluginCssFile(),
AddPluginJavascriptFile(),
AddWrapperCssClass(),
Blink(),
EvaluateTemplate(),
Focus(),
ForgetState(),
GetAllActions(),
GetAttributes(),
GetChildControl(),
GetChildControls(),
GetControlFromHierarchyByMethodName(),
GetCustomAttribute(),
GetCustomAttributes(),
GetCustomStyle(),
GetEndHtml(),
GetForm(),
GetJavaScriptForEvent(),
GetJqControlId(),
GetModelConnectorParams(),
GetNonWrappedHtml(),
GetState(),
GetStyleAttributes(),
GetTemplatePath(),
GetWrapperAttributes(),
GetWrapperStyleAttributes(),
GetWrapperStyler(),
IsDescendantOf(),
IsModified(),
MakeCurrent(),
MarkAsModified(),
MarkAsRendered(),
MarkAsWrapperModified(),
ProcessActionParameters(),
PutState(),
Refresh(),
RemoveAllActions(),
RemoveChildControl(),
RemoveChildControls(),
RemoveCustomAttribute(),
RemoveCustomStyle(),
RemoveWrapperCssClass(),
Render(),
RenderActionScripts(),
RenderAjax(),
RenderAttributeScripts(),
RenderChildren(),
RenderComment(),
RenderCssStyles(),
RenderExtensionRenderer(),
RenderHelper(),
RenderHtmlAttributes(),
RenderOutput(),
RenderWithError(),
RenderWithName(),
RenderWrappedOutput(),
ResetFlags(),
ResetOnPageStatus(),
SetCustomAttribute(),
SetCustomStyle(),
SetFocus(),
SetForm(),
SetParentControl(),
Sleep(),
SleepHelper(),
ValidateControlAndChildren(),
ValidationReset(),
VarExport(),
Wakeup(),
WakeupHelper(),
Watch(),
_CallActionMethod(),
_ProcessActionParams(),
_ReadState(),
_WriteState()
|
Methods inherited from QHtmlAttributeManagerBase
AddCssClass(),
GetCssStyle(),
GetDataAttribute(),
GetHtmlAttribute(),
GetHtmlAttributes(),
HasCssClass(),
HasCssStyle(),
HasHtmlAttribute(),
Override(),
RemoveCssClass(),
RemoveCssClassesByPrefix(),
RemoveCssStyle(),
RemoveDataAttribute(),
RemoveHtmlAttribute(),
RenderTag(),
SetCssBoxValue(),
SetCssClass(),
SetCssStyle(),
SetDataAttribute(),
SetHtmlAttribute()
|
Properties inherited from QControlBase
$blnActionsMustTerminate,
$blnAutoRender,
$blnDisplay,
$blnMinimize,
$blnModified,
$blnOnPage,
$blnRendered,
$blnRendering,
$blnRequired,
$blnSaveState,
$blnScriptsOnly,
$blnUseWrapper,
$blnVisible,
$blnWrapLabel,
$blnWrapperModified,
$mixActionParameter,
$mixCausesValidation,
$objActionArray,
$objChildControlArray,
$objDraggable,
$objDroppable,
$objForm,
$objLinkedNode,
$objParentControl,
$objResizable,
$objWatcher,
$objWrapperStyler,
$strAttributeScripts,
$strControlId,
$strCssClass,
$strCustomAttributeArray,
$strCustomStyleArray,
$strFormAttributes,
$strHtmlAfter,
$strHtmlBefore,
$strInstructions,
$strJavaScripts,
$strName,
$strPreferredRenderMethod,
$strRenderMethod,
$strStyleSheets,
$strValidationError,
$strWarning
|
Magic properties inherited from QBlockControl
$AutoRenderChildren,
$DropTarget,
$Format,
$HorizontalAlign,
$HtmlEntities,
$ResizeHandleDirection,
$ResizeHandleMaximum,
$ResizeHandleMinimum,
$TagName,
$Template,
$Text,
$VerticalAlign
|
Magic properties inherited from QControlBase
$ActionParameter,
$ActionsMustTerminate,
$AutoRender,
$CausesValidation,
$ControlId,
$Form,
$FormAttributes,
$HtmlAfter,
$HtmlBefore,
$Instructions,
$JavaScripts,
$LinkedNode,
$Minimize,
$Modified,
$Moveable,
$Name,
$OnPage,
$ParentControl,
$PreferredRenderMethod,
$RenderMethod,
$Rendered,
$Rendering,
$Required,
$Resizable,
$SaveState,
$ScriptsOnly,
$StyleSheets,
$UseWrapper,
$ValidationError,
$Visible,
$Warning,
$WrapLabel,
$WrapperCssClass,
$WrapperModified
|
Magic properties inherited from QHtmlAttributeManagerBase
$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
|