aboutsummaryrefslogtreecommitdiffstats
path: root/common/src/main/webapp/usage guide/appserver/data/buttonsData.json
diff options
context:
space:
mode:
Diffstat (limited to 'common/src/main/webapp/usage guide/appserver/data/buttonsData.json')
-rw-r--r--common/src/main/webapp/usage guide/appserver/data/buttonsData.json30
1 files changed, 0 insertions, 30 deletions
diff --git a/common/src/main/webapp/usage guide/appserver/data/buttonsData.json b/common/src/main/webapp/usage guide/appserver/data/buttonsData.json
deleted file mode 100644
index 0176461c..00000000
--- a/common/src/main/webapp/usage guide/appserver/data/buttonsData.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
- "default_btn_data" : {
- "def_button" : {"title":"Default"},
- "def_print_button" : {"title":"Print", "type":"btn btn-default", "gType": "glyphicon-print", "iconPosition":"left"},
- "def_print_button_right" : {"title":"Search", "type":"btn btn-default", "gType": "glyphicon-search", "iconPosition":"right"}
- },
-
- "visual_btn_data" : {
- "vis_pri_btn_data" : {"title":"Primary", "type":"primary"},
- "vis_sec_btn_data" : {"title":"Secondary", "type":"secondary"},
- "vis_succ_btn_data" : {"title":"Success", "type":"success"},
- "vis_inf_btn_data" : {"title":"Info", "type":"info"},
- "vis_warn_btn_data" : {"title":"Warning", "type":"warning"},
- "vis_dang_btn_data" : {"title":"Danger", "type":"danger"},
- "vis_link_btn_data" : {"title":"Link", "type":"link"}
- },
-
- "diffSize_btn_data" : {
- "size_small_btn_data" : {"title": "Small Button", "type": "primary", "size": "btn-sm"},
- "size_large_btn_data" : {"title": "Large Button", "type": "primary", "size": "btn-lg"},
- "size_block_btn_data" : {"title": "Large Block Button", "type": "primary", "size": "btn-lg btn-block"}
- },
-
- "icon_btn_data" : {
- "search_icon_btn_data" : {"title": "Search Icon", "type": "btn-default", "gType": "glyphicon-search"},
- "search_icon_styled_btn_data" : {"title": "Styled Search Icon", "type": "primary", "gType": "glyphicon-search"},
- "print_icon_btn_data" : {"title": "Print", "type": "primary btn-lg", "gType": "glyphicon-print"}
- }
-
-}