summaryrefslogtreecommitdiffstats
path: root/common/src/main/webapp/usage guide/appserver/data/radioData.json
diff options
context:
space:
mode:
authorSeshu-Kumar-M <seshu.kumar.m@huawei.com>2017-02-01 21:37:15 +0530
committerSeshu-Kumar-M <seshu.kumar.m@huawei.com>2017-02-01 21:37:15 +0530
commitf205e8d8493616238ca5372d3ea042bbb0472bd1 (patch)
tree920638c3f1f017fff01ec525189d00230e0f4438 /common/src/main/webapp/usage guide/appserver/data/radioData.json
parent6f01a8756fe38c0d6565c369005142adda4b9b57 (diff)
Sample code of Widgets
Code with the sample usage of the OPEN-O GUI Framework for widgets Issue-Id : CLIENT-11 Change-Id: If8c16829a048221e213d44c8e752bbd4a4622632 Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
Diffstat (limited to 'common/src/main/webapp/usage guide/appserver/data/radioData.json')
-rw-r--r--common/src/main/webapp/usage guide/appserver/data/radioData.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/common/src/main/webapp/usage guide/appserver/data/radioData.json b/common/src/main/webapp/usage guide/appserver/data/radioData.json
new file mode 100644
index 00000000..da0daa47
--- /dev/null
+++ b/common/src/main/webapp/usage guide/appserver/data/radioData.json
@@ -0,0 +1,14 @@
+{
+ "radio_btn_default_data" : {"id":1, "label":"Default Radio Btn", "type":"default", "checked":false},
+ "radio_btn_primary_data" : {"id":2, "label":"Primary Radio Btn", "type":"primary", "checked":false},
+ "radio_btn_success_data" : {"id":3, "label":"Success Radio Btn", "type":"success", "checked":true},
+ "radio_btn_danger_data" : {"id":4, "label":"Danger Radio Btn", "type":"danger", "checked":false},
+ "radio_btn_Warn_data" : {"id":5, "label":"Warn Radio Btn", "type":"warning", "checked":false},
+ "radio_btn_info_data" : {"id":6, "label":"Info Radio Btn", "type":"info", "checked":false}
+}
+
+
+
+
+
+