Class actioncenter.projectAssigner
Extends
Ext.Panel.
The 'share project' subpanel.
Defined in: project.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Default constructor.
|
Field Attributes | Field Name and Description |
---|---|
<static> |
actioncenter.projectAssigner.bodyBorder
The body border.
|
<static> |
actioncenter.projectAssigner.contributionId
The project id.
|
<static> |
actioncenter.projectAssigner.items
Content of this panel.
|
<static> |
actioncenter.projectAssigner.name
The project name.
|
<static> |
actioncenter.projectAssigner.title
The title.
|
Method Attributes | Method Name and Description |
---|---|
<static> |
actioncenter.projectAssigner.afterRender()
Performs additional functions after the rendering.
|
<static> |
actioncenter.projectAssigner.doResize()
Performs resizing.
|
<static> |
actioncenter.projectAssigner.onRender(ct, position)
Renders the component.
|
<static> |
actioncenter.projectAssigner.unsubscribeAllChannels()
Unsubscribes from all channels.
|
Field Detail
<static>
actioncenter.projectAssigner.bodyBorder
The body border.
- Default Value:
- false
<static>
actioncenter.projectAssigner.contributionId
The project id.
- Default Value:
- ''
<static>
actioncenter.projectAssigner.items
Content of this panel.
- Default Value:
- null
<static>
actioncenter.projectAssigner.name
The project name.
- Default Value:
- ''
<static>
actioncenter.projectAssigner.title
The title.
- Default Value:
- 'Share Project'
Method Detail
<static>
actioncenter.projectAssigner.afterRender()
Performs additional functions after the rendering.
- Returns:
- void
<static>
actioncenter.projectAssigner.doResize()
Performs resizing.
- Returns:
- void
<static>
actioncenter.projectAssigner.onRender(ct, position)
Renders the component.
- Parameters:
- ct
- the component
- position
- the position
- Returns:
- void
<static>
actioncenter.projectAssigner.unsubscribeAllChannels()
Unsubscribes from all channels.
- Returns:
- void