# SubpanelCreate
Component SubpanelCreate
allows a user to create a relation or, using QuickCreate
, to create a new object (including a relation).
# Properties
HTMLElement
BaseComponent
Element tag:
cm4ap-subpanel-create
# Parameter
# Parameters in the Layout
Name | Type | Description |
---|---|---|
condOperationActor | CondOperationActor | Holds operations and tells other components when an operation should be executed. |
relationActor | RelationActor | Contains the relation's attributes. |
resultActor | SubpanelResultController | Updates the displayed relations after a new relation has been created. |
showQuickCreate | boolean default: true | Allows users to create a relation to a newly created object. |
showAddRelation | boolean default:true | Allows users to create a relation to an existing object. |
addRelationOperationName | string default: create_relation | Defines the operation name for the create relation. |
createButtonTooltip | string default: L-GLOBAL-SUBPANEL-QUICK_CREATE-INFO | Tooltip for the create button |
createRelationButtonTooltip | string default: L-GLOBAL-SUBPANEL-CREATE_RELATION-INFO | Tooltip for the create relation button |
searchSetActor | SearchSetActor | Defines whether the create button and the create relation button are displayed. |