aboutsummaryrefslogtreecommitdiffstats
path: root/common/src/main/webapp/usage guide/appserver/data
diff options
context:
space:
mode:
Diffstat (limited to 'common/src/main/webapp/usage guide/appserver/data')
-rw-r--r--common/src/main/webapp/usage guide/appserver/data/buttonsData.json30
-rw-r--r--common/src/main/webapp/usage guide/appserver/data/checkboxData.json8
-rw-r--r--common/src/main/webapp/usage guide/appserver/data/dropdownData.json18
-rw-r--r--common/src/main/webapp/usage guide/appserver/data/functionalData.json6
-rw-r--r--common/src/main/webapp/usage guide/appserver/data/input.json1
-rw-r--r--common/src/main/webapp/usage guide/appserver/data/list.json76
-rw-r--r--common/src/main/webapp/usage guide/appserver/data/radioData.json14
-rw-r--r--common/src/main/webapp/usage guide/appserver/data/shortNote.json17
8 files changed, 0 insertions, 170 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"}
- }
-
-}
diff --git a/common/src/main/webapp/usage guide/appserver/data/checkboxData.json b/common/src/main/webapp/usage guide/appserver/data/checkboxData.json
deleted file mode 100644
index f86d319d..00000000
--- a/common/src/main/webapp/usage guide/appserver/data/checkboxData.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "checkbox_default_data" : {"id":1, "label":"Default check box", "type":"default", "checked":true},
- "checkbox_primary_data" : {"id":2, "label":"Primary check box", "type":"primary", "checked":false},
- "checkbox_success_data" : {"id":3, "label":"Success check box", "type":"success", "checked":true},
- "checkbox_danger_data" : {"id":4, "label":"Danger check box", "type":"danger", "checked":true},
- "checkbox_warn_data" : {"id":5, "label":"Warn check box", "type":"warning", "checked":false},
- "checkbox_info_data" : {"id":6, "label":"Info check box", "type":"info", "checked":true}
-} \ No newline at end of file
diff --git a/common/src/main/webapp/usage guide/appserver/data/dropdownData.json b/common/src/main/webapp/usage guide/appserver/data/dropdownData.json
deleted file mode 100644
index a02e31c0..00000000
--- a/common/src/main/webapp/usage guide/appserver/data/dropdownData.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "dropped_down_data" :{"title":"DropDown","position":"down", "items":[{"itemLabel": "Node JS"},{"itemLabel": "JS"}]},
- "dropped_up_data" : {"title":"DropUp","position":"up", "items":[{"itemLabel": "PHP"},{"itemLabel": "ASP"}]},
- "dropHeader_data" :{"title":"DropHeader","position":"down",
- "items":[{"itemLabel": "Web UI", "isheader":true},
- {"itemLabel": "HTML", "isheader":false},
- {"itemLabel": "CSS", "isheader":false},
- {"itemLabel": "JS", "isheader":false},
- {"itemLabel": "Programming", "isheader":true},
- {"itemLabel": "C", "isheader":false},
- {"itemLabel": "C++", "isheader":false}]
- },
- "dropSimple_data" : {"title":"Gadgets",
- "items":[
- {"itemLabel": "Cameras"},{"itemLabel": "Mobile Phones"},{"itemLabel": "Computers"},{"itemLabel": "Monitors"},{"itemLabel": "Tablets"},{"itemLabel": "Others"}
- ]
- }
-} \ No newline at end of file
diff --git a/common/src/main/webapp/usage guide/appserver/data/functionalData.json b/common/src/main/webapp/usage guide/appserver/data/functionalData.json
deleted file mode 100644
index 35b66f49..00000000
--- a/common/src/main/webapp/usage guide/appserver/data/functionalData.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "create_data" : {"title":"Create", "labels":[{"text": "Username", "input_id":"username", "type":"text"},{"text": "Password", "input_id":"username", "type":"password"}], "showClose":"true","closeBtnTxt":"Cancel","msg":"This is Create dialog box", "buttons":[{"text": "Ok"}]},
- "modify_data" : {"title":"Modify", "labels":[{"text": "Username", "input_id":"username", "type":"text"},{"text": "Password", "input_id":"username", "type":"password"}], "showClose":"true","closeBtnTxt":"Cancel","msg":"This is Modify dialog box", "buttons":[{"text": "Ok"}]},
- "delete_data" : {"title":"Delete", "showClose":"true","closeBtnTxt":"Cancel","msg":"This is Delete dialog box", "buttons":[{"text": "Ok"}]},
- "workflow_data" : {"title":"Workflow","showClose":"true","closeBtnTxt":"Cancel","msg":"This is Workflow dialog box", "buttons":[{"text": "Ok"}]}
-}
diff --git a/common/src/main/webapp/usage guide/appserver/data/input.json b/common/src/main/webapp/usage guide/appserver/data/input.json
deleted file mode 100644
index 7126e781..00000000
--- a/common/src/main/webapp/usage guide/appserver/data/input.json
+++ /dev/null
@@ -1 +0,0 @@
-[{"name":"shahid","pswd":"shahid","email":"shahid@gmail.com"},{"name":"noor","pswd":"noor","email":"noor@lnt.com"}] \ No newline at end of file
diff --git a/common/src/main/webapp/usage guide/appserver/data/list.json b/common/src/main/webapp/usage guide/appserver/data/list.json
deleted file mode 100644
index 505bbcc2..00000000
--- a/common/src/main/webapp/usage guide/appserver/data/list.json
+++ /dev/null
@@ -1,76 +0,0 @@
-[
- {
- "id": "113",
- "title": "Movies",
- "subMenu": [
- {
- "title":"Sci-fi",
- "subsubMenu":[
- {"title":"Intersteller"},
- {"title":"Inception"},
- {"title":"The Arrival"},
- {"title":"The Paycheck"}
- ]
- },
- {
- "title":"Animation",
- "subsubMenu":[
- {"title":"Big Hero"},
- {"title":"Monster University"},
- {"title":"Frozen"},
- {"title":"Car"}
- ]
- },
- {
- "title":"Action",
- "subsubMenu":[
- {"title":"Mission Impossible"},
- {"title":"The Expendables"}
- ]
- },
- {
- "title":"Horror",
- "subsubMenu":[
- {"title":"Evil Dead"},
- {"title":"Anebelle"}
- ]
- },
- {
- "title":"Comedy",
- "subsubMenu":[
- {"title":"Superbad"},
- {"title":"Airplane"},
- {"title":"Clueless"}
- ]
- }
- ]
- },
- {
- "id": "211",
- "title": "Games",
- "subMenu": [{"title":"Outdoor Games", "subsubMenu":[{"title":"Cricket"},{"title":"Football"}, {"title":"Volleyball"}, {"title":"Hockey"}]}, {"title":"Indoor Games", "subsubMenu":[{"title":"Carroms"},{"title":"Table Tennis"}]}, {"title":"Puzzles", "subsubMenu":[{"title":"Sudoku"},{"title":"Chess"}]}, {"title":"Card Games", "subsubMenu":[{"title":"UNO"},{"title":"RUMMY"}]}]
- },
- {
- "id": "037",
- "title": "Animals",
- "subMenu": [{"title":"Mammals", "subsubMenu":[{"title":"Monkey"},{"title":"Elephant"}]}, {"title":"Birds", "subsubMenu":[{"title":"Parrot"},{"title":"Ostrich"},{"title":"Eagle"}]}, {"title":"Reptiles", "subsubMenu":[{"title":"Snake"},{"title":"Lizard"},{"title":"Cameleon"}]}]
- },
- {
- "id": "127",
- "title": "Vehicles",
- "subMenu": [{"title":"Cars", "subsubMenu":[{"title":"Audi"},{"title":"Range Rover"}]}, {"title":"Bikes", "subsubMenu":[{"title":"Apache"},{"title":"Pulsar"},{"title":"FZ"},{"title":"Jupiter"},{"title":"Victor"},{"title":"Avengers"}]}, {"title":"Cycles", "subsubMenu":[{"title":"Hero"},{"title":"Lady Bird"},{"title":"Firefox"}]}]
- },
- {
- "id": "181",
- "title": "Languages",
- "subMenu": [{"title":"English"}, {"title":"French"}, {"title":"Chinese"}, {"title":"Hindi"}]
- },
- {
- "id": "210",
- "title": "Continents",
- "subMenu": [{"title":"Asia", "subsubMenu":[{"title":"India"},{"title":"China"}]}, {"title":"Africa", "subsubMenu":[{"title":"South Africa"},{"title":"Kenya"},{"title":"Zimbabwe"}]}]
- }
-]
-
-
-
diff --git a/common/src/main/webapp/usage guide/appserver/data/radioData.json b/common/src/main/webapp/usage guide/appserver/data/radioData.json
deleted file mode 100644
index da0daa47..00000000
--- a/common/src/main/webapp/usage guide/appserver/data/radioData.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "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}
-}
-
-
-
-
-
-
diff --git a/common/src/main/webapp/usage guide/appserver/data/shortNote.json b/common/src/main/webapp/usage guide/appserver/data/shortNote.json
deleted file mode 100644
index 6b2942a8..00000000
--- a/common/src/main/webapp/usage guide/appserver/data/shortNote.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "treeTip":"Ztree",
- "accordionTip":"Use the data-parent attribute to make sure that all collapsible elements under the specified parent will be closed when one of the collapsible item is shown.",
- "tabTip":"Tabs are created with <ul class=nav nav-tabs> Tip: Also mark the current page with <li class=active>",
- "vtabTip":"Pills can also be displayed vertically. Just add the .nav-stacked class",
- "tableTip":"The .table class adds basic styling to a table, The .table-hover class adds a hover effect (grey background color) on table rows,The .table-striped class adds zebra-stripes to a table,Loop through all table rows, and hide those who don't match the search query",
- "buttonTip":"Default Buttons-To achieve the button styles above, Bootstrap has the following classes like .btn-default, Visual Buttons- To achieve the button styles above, Bootstrap has the following classes like .btn-primary .btn-success .btn-info .btn-warning .btn-danger .btn-link,Different Sized Buttons-To achieve the button styles above, Bootstrap has the following classes like .btn-lg .btn-md .btn-sm .btn-xs,Icon Buttons- Bootstrap provides 260 glyphicons from the Glyphicons Halflings set. Glyphicons can be used in text, buttons, toolbars, navigation, forms, etc.",
- "dropdownTip":"Dropdown- A dropdown menu is a toggleable menu that allows the user to choose one value from a predefined list,The .dropdown class indicates a dropdown menu,To open the dropdown menu, use a button or a link with a class of .dropdown-toggle and the data-toggle=dropdown attribute. The .caret class creates a caret arrow icon (), which indicates that the button is a dropdown. Add the .dropdown-menu class to a <ul> element to actually build the dropdown menu. Dropdown Header-The .dropdown-header class is used to add headers inside the dropdown menu. Dropup Header-If you want the dropdown menu to expand upwards instead of downwards, change the <div> element with class=dropdown to dropup",
- "radioTip":"Use the type as Radio to use radio buttons",
- "checkboxTip":"use the following classes funkyradio-default funkyradio-primary funkyradio-success funkyradio-info funkyradio-danger funkyradio-warning",
- "toolTip":"Tooltip",
- "listTip":"Listtip",
- "provinceTip":"provinceTip",
- "notificationTip":"notificationTip",
- "functionalTip":"functionalTip"
-
-} \ No newline at end of file