Class PublisherWidget
Base widget class for all of the profile widgets
- CComponent
- CBaseController
- CWidget
- X2Widget
- SortableWidget
- PublisherWidget
Package: application\components\sortableWidget
Located at x2engine/protected/components/sortableWidget/recordViewWidgets/PublisherWidget.php
Located at x2engine/protected/components/sortableWidget/recordViewWidgets/PublisherWidget.php
public
array
|
#
getViewFileParams( )
Magic getter. Returns an array of parameters which should be passed to the
view file associated with this |
public static
|
|
public
|
__construct(),
ajaxRender(),
behaviors(),
getModule(),
renderFile(),
setModule()
|
actions(),
getController(),
getId(),
getOwner(),
getViewFile(),
getViewPath(),
render(),
setId()
|
beginCache(),
beginClip(),
beginContent(),
beginWidget(),
createWidget(),
endCache(),
endClip(),
endContent(),
endWidget(),
renderInternal(),
widget()
|
__call(),
__get(),
__isset(),
__set(),
__unset(),
asa(),
attachBehavior(),
attachBehaviors(),
attachEventHandler(),
canGetProperty(),
canSetProperty(),
detachBehavior(),
detachBehaviors(),
detachEventHandler(),
disableBehavior(),
disableBehaviors(),
enableBehavior(),
enableBehaviors(),
evaluateExpression(),
getEventHandlers(),
hasEvent(),
hasEventHandler(),
hasProperty(),
raiseEvent()
|
PROFILE_WIDGET_PATH_ALIAS,
RECORD_VIEW_WIDGET_PATH_ALIAS
|
public
CActiveRecord
|
$model |
|
#
$model |
public
string
|
$template | '{widgetContents}' |
#
A mixture of html and attributes inside curly braces. This gets used by renderWidget to render widget elements specified in child classes. As with X2GridView, each attribute inside curly braces should have a corresponding method called render<attribute_name>. |
public
string
|
$viewFile | '_publisherWidget' |
#
The name of the view file containing the widget contents |
protected
string
|
$containerClass | 'sortable-widget-container x2-layout-island history' |
#
CSS class to be added to the container element |
$_module
|
$actionPrefix,
$skin
|
$module
|
$controller,
$id,
$owner,
$viewPath
|