packages/ecl/components/ecl-modal/ecl-modal-body.component.ts
Body component used inside the ECL Modal.
Optionally allows scrollable content inside the modal body.
| selector | [eclModalBody] |
| imports |
NgTemplateOutlet
|
| templateUrl | ./ecl-modal-body.component.html |
Methods |
Inputs |
HostBindings |
Accessors |
| isScrollable |
Type : boolean
|
Default value : false
|
|
When true, adds a modifier class to allow scrollable content inside the modal body. |
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| class |
Type : string
|
|
Applies CSS classes for the modal body and scrollable modifier if enabled. |
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| cssClasses |
getcssClasses()
|
|
Applies CSS classes for the modal body and scrollable modifier if enabled.
Returns :
string
|