src/app/component/popover/popover.directive.ts
| Providers |
PopoverService
|
| Selector | [stbuiPopover],[popoverTriggerFor] |
Properties |
|
Methods |
Inputs |
Accessors |
constructor(_elementRef: ElementRef, _viewContainerRef: ViewContainerRef, _popoverService: PopoverService)
|
||||||||||||
|
Parameters :
|
| cancelText | |
Type : string
|
|
| confirmText | |
Type : string
|
|
| placement | |
Type : string
|
|
| popoverMessage | |
Type : string
|
|
| popoverTitle | |
Type : string
|
|
| popoverTriggerFor | |
| Private _checkPopover |
_checkPopover()
|
|
Returns :
void
|
| closePopover |
closePopover()
|
|
Returns :
void
|
| destoryPopover |
destoryPopover()
|
|
Returns :
void
|
| ngAfterViewInit |
ngAfterViewInit()
|
|
Returns :
void
|
| ngOnDestroy |
ngOnDestroy()
|
|
Returns :
void
|
| openPopover |
openPopover()
|
|
Returns :
void
|
| togglePopover |
togglePopover()
|
|
Returns :
void
|
| Private _attach |
Type : PopoverComponent
|
| Private _popoverOpen |
Default value : false
|
| Public _popoverService |
Type : PopoverService
|
| Private portal |
Type : TemplatePortal<any>
|
| attach | ||||
getattach()
|
||||
setattach(value)
|
||||
|
Parameters :
Returns :
void
|