diff --git a/ch.jnetwork.sac-controls/projects/demo-bootstrap3/src/app/tabs/tabs.component.html b/ch.jnetwork.sac-controls/projects/demo-bootstrap3/src/app/tabs/tabs.component.html
index 27b74f370..f24010a53 100644
--- a/ch.jnetwork.sac-controls/projects/demo-bootstrap3/src/app/tabs/tabs.component.html
+++ b/ch.jnetwork.sac-controls/projects/demo-bootstrap3/src/app/tabs/tabs.component.html
@@ -1,6 +1,5 @@
Tabs
\ No newline at end of file
+
+
+
+ Tab Content here {{ i }}
+
+
+
+
diff --git a/ch.jnetwork.sac-controls/projects/demo-bootstrap3/src/app/tabs/tabs.component.ts b/ch.jnetwork.sac-controls/projects/demo-bootstrap3/src/app/tabs/tabs.component.ts
index 43c324301..1e11a8be2 100644
--- a/ch.jnetwork.sac-controls/projects/demo-bootstrap3/src/app/tabs/tabs.component.ts
+++ b/ch.jnetwork.sac-controls/projects/demo-bootstrap3/src/app/tabs/tabs.component.ts
@@ -5,5 +5,9 @@ import { Component } from '@angular/core';
templateUrl: './tabs.component.html',
})
export class DemoTabsComponent {
+ // #region Properties
+ public languages = ['de', 'fr', 'it'];
+
+ // #endregion Properties
}
diff --git a/ch.jnetwork.sac-controls/projects/demo-bootstrap4/src/app/tabs/tabs.component.html b/ch.jnetwork.sac-controls/projects/demo-bootstrap4/src/app/tabs/tabs.component.html
index 2fbd2b16e..5d4c9a487 100644
--- a/ch.jnetwork.sac-controls/projects/demo-bootstrap4/src/app/tabs/tabs.component.html
+++ b/ch.jnetwork.sac-controls/projects/demo-bootstrap4/src/app/tabs/tabs.component.html
@@ -53,4 +53,17 @@ Tabs
+
+
+
+
+ Tab Content here {{ i }}
+
+
+
diff --git a/ch.jnetwork.sac-controls/projects/demo-bootstrap4/src/app/tabs/tabs.component.ts b/ch.jnetwork.sac-controls/projects/demo-bootstrap4/src/app/tabs/tabs.component.ts
index 70ab6632a..1e11a8be2 100644
--- a/ch.jnetwork.sac-controls/projects/demo-bootstrap4/src/app/tabs/tabs.component.ts
+++ b/ch.jnetwork.sac-controls/projects/demo-bootstrap4/src/app/tabs/tabs.component.ts
@@ -4,4 +4,10 @@ import { Component } from '@angular/core';
selector: 'app-tabs',
templateUrl: './tabs.component.html',
})
-export class DemoTabsComponent {}
+export class DemoTabsComponent {
+ // #region Properties
+
+ public languages = ['de', 'fr', 'it'];
+
+ // #endregion Properties
+}
diff --git a/ch.jnetwork.sac-controls/projects/demo-bootstrap5/src/app/tabs/tabs.component.html b/ch.jnetwork.sac-controls/projects/demo-bootstrap5/src/app/tabs/tabs.component.html
index 2fbd2b16e..5d4c9a487 100644
--- a/ch.jnetwork.sac-controls/projects/demo-bootstrap5/src/app/tabs/tabs.component.html
+++ b/ch.jnetwork.sac-controls/projects/demo-bootstrap5/src/app/tabs/tabs.component.html
@@ -53,4 +53,17 @@ Tabs
+
+
+
+
+ Tab Content here {{ i }}
+
+
+
diff --git a/ch.jnetwork.sac-controls/projects/demo-bootstrap5/src/app/tabs/tabs.component.ts b/ch.jnetwork.sac-controls/projects/demo-bootstrap5/src/app/tabs/tabs.component.ts
index 70ab6632a..1e11a8be2 100644
--- a/ch.jnetwork.sac-controls/projects/demo-bootstrap5/src/app/tabs/tabs.component.ts
+++ b/ch.jnetwork.sac-controls/projects/demo-bootstrap5/src/app/tabs/tabs.component.ts
@@ -4,4 +4,10 @@ import { Component } from '@angular/core';
selector: 'app-tabs',
templateUrl: './tabs.component.html',
})
-export class DemoTabsComponent {}
+export class DemoTabsComponent {
+ // #region Properties
+
+ public languages = ['de', 'fr', 'it'];
+
+ // #endregion Properties
+}
diff --git a/ch.jnetwork.sac-controls/projects/sac-bootstrap3/src/controls/tabs/tab.html b/ch.jnetwork.sac-controls/projects/sac-bootstrap3/src/controls/tabs/tab.html
index 5bf17cec9..abe9535f3 100644
--- a/ch.jnetwork.sac-controls/projects/sac-bootstrap3/src/controls/tabs/tab.html
+++ b/ch.jnetwork.sac-controls/projects/sac-bootstrap3/src/controls/tabs/tab.html
@@ -7,7 +7,7 @@
(click)="selectTab(item)"
[ngStyle]="{'cursor': item._disabled ? 'not-allowed' : 'pointer'}"
>
-
+
diff --git a/ch.jnetwork.sac-controls/projects/sac-bootstrap4/src/controls/tabs/tab.html b/ch.jnetwork.sac-controls/projects/sac-bootstrap4/src/controls/tabs/tab.html
index 81f9179a5..9a74a5765 100644
--- a/ch.jnetwork.sac-controls/projects/sac-bootstrap4/src/controls/tabs/tab.html
+++ b/ch.jnetwork.sac-controls/projects/sac-bootstrap4/src/controls/tabs/tab.html
@@ -2,6 +2,7 @@