mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-27 05:11:41 +02:00
Set ID for tab contentDiv
This commit is contained in:
parent
40e3d6e459
commit
9530f693e0
@ -301,6 +301,7 @@ export class Et2Tabs extends Et2Widget(SlTabGroup)
|
|||||||
{
|
{
|
||||||
// Tab panel
|
// Tab panel
|
||||||
tab.contentDiv = loadWebComponent('et2-tab-panel', {
|
tab.contentDiv = loadWebComponent('et2-tab-panel', {
|
||||||
|
id: tab.id,
|
||||||
name: tab.id,
|
name: tab.id,
|
||||||
active: active,
|
active: active,
|
||||||
hidden: tab.hidden
|
hidden: tab.hidden
|
||||||
|
Loading…
x
Reference in New Issue
Block a user