summaryrefslogtreecommitdiffstats
path: root/common/src/main/webapp/usageguide/appserver/data/accordionData.json
diff options
context:
space:
mode:
Diffstat (limited to 'common/src/main/webapp/usageguide/appserver/data/accordionData.json')
-rw-r--r--common/src/main/webapp/usageguide/appserver/data/accordionData.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/common/src/main/webapp/usageguide/appserver/data/accordionData.json b/common/src/main/webapp/usageguide/appserver/data/accordionData.json
new file mode 100644
index 0000000..367cf5f
--- /dev/null
+++ b/common/src/main/webapp/usageguide/appserver/data/accordionData.json
@@ -0,0 +1,24 @@
+{
+ "accordion_data": {
+ "items": [
+ {
+ "tabId": "tab1",
+ "header": "Tab1",
+ "isActive": true,
+ "msg": "This is in Collapsible Group 1 and this attribute makes sure that all collapsible elements under the specified parent will be closed when one of the collapsible item is shown."
+ },
+ {
+ "tabId": "tab2",
+ "header": "Tab2",
+ "isActive": false,
+ "msg": "This is in Collapsible Group 2 and this attribute makes sure that all collapsible elements under the specified parent will be closed when one of the collapsible item is shown."
+ },
+ {
+ "tabId": "tab3",
+ "header": "Tab3",
+ "isActive": false,
+ "msg": "This is in Collapsible Group 3 and this attribute makes sure that all collapsible elements under the specified parent will be closed when one of the collapsible item is shown."
+ }
+ ]
+ }
+}