@jozef-lukac
@jozef-lukac
Forum Replies Created
-
AuthorPosts
-
Jozef.LukacMember
Hi Yavor,
I created sample here: https://stackblitz.com/edit/github-nwtehy?file=src%2Fapp%2Fpopup%2Fpopup.component.css
Popup behave alike in our application. If I use percentage, modal is centered as with pixels, but not adjusted by content.
Thank You,
Jozef.Jozef.LukacMemberHi Yavor,
Thank You for answer. this works for us partly.
We use smart-window as modal popups at the application where major part is yours docking layout.
Docking layout use whole dimension of browser at width and height.
When I enabled auto height dimension for the modal, smart-window was correctky sized depends on content.
But display on wrong place below of whole docking layout(need to scroll under screen),
not as before with fix dimensions in the middle of browser.
Regards Jozef.Jozef.LukacMemberHi Yavor,
today I use your adviced solution, it works well for us, it resolve both issues.
I try smart-webcomponents-angular 9.3.33, I can still there reproduce missing tab closing button.
Thank You for help,
Best regards
Jozef.Jozef.LukacMemberHi Yavor,
exactly this event I needed. Is it possible to see which tab was moved/docked from content of this event?
I can see there only at which dock (SMART-TABS-WINDOW) docking happen.
Thank You,
Regards
Jozef.
Jozef.LukacMemberThank you Yavor,
Yours code snippet works for us, as simple as it looks.
Regards,
Jozef.Jozef.LukacMemberThank you Yavor,
this solution worsk at angular for tab switching.
But it works differently as selection by mouse.
This can select(tabIndex) tab correctly, however whole docking.items[dockIndex] looks not selected.
Best regards,
Jozef.Jozef.LukacMemberHello, We use for docking layout tab parameter tabCloseButtons: true, as was adviced here. When I press this Closing Tab button, onClose event is emmit but at @ViewChild dockingLayout.closedItems no new data arrived and I don’t know what was currently closed. May you give me some advice? Sample:
https://stackblitz.com/edit/github-e3kfs8-ynyrdj?file=src%2Fapp%2Fapp.component.ts
Best regards
Jozef -
AuthorPosts