navigation and template

This commit is contained in:
Pfeil, Scott Robert 2020-04-21 15:51:50 -04:00
parent 4d9a7b26e3
commit f531234d85

View File

@ -1,40 +1,22 @@
{ {
"ResponseInfo" : { "ResponseInfo" : {
"locale":"EN",
"type" : "Success", "type" : "Success",
"server":"saswcvfszwo21.sdc.vzwcorp.com-srv01_wmobilefirst01", "code" : "00000"
"buildNumber":"151",
"requestId":"cb350edc-afca-4694-8558-44a17ad518b1",
"mdn":"9175021102",
"appSessionExtended":true,
"code":"00000",
"message":"0",
"userMessage":"0",
"topAlertTime":0
}, },
"Page" : { "Page" : {
"pageType":"wireless",
"template" : "list", "template" : "list",
"pageType" : "x",
"header" : { "header" : {
"moleculeName" : "header", "moleculeName" : "header",
"molecule" : { "molecule" : {
"moleculeName" : "headlineBody", "moleculeName" : "headlineBody",
"headline" : { "headline" : {
"moleculeName" : "label", "moleculeName" : "label",
"text":"Account #9876543210-00003\n\nYour 3 lines have used 70% of the available data.", "text" : "x"
"fontStyle": "H1",
"attributes":[
{
"location":0,
"length":27,
"type":"font",
"style":"B2"
}
]
}, },
"body" : { "body" : {
"moleculeName" : "label", "moleculeName" : "label",
"text":"21 days left in cycle" "text" : "y"
} }
} }
}, },
@ -42,65 +24,55 @@
"moleculeName":"listItem", "moleculeName":"listItem",
"molecule":{ "molecule":{
"moleculeName" : "carousel", "moleculeName" : "carousel",
"spacing": 0,
"loop":true, "loop":true,
"height": 300, "molecules" : [
"itemWidthPercent": 70, {
"itemAlignment": "center",
"pagingMolecule": {
"moleculeName": "barsPager",
"position": "20"
},
"molecules":[{
"moleculeName" : "carouselItem", "moleculeName" : "carouselItem",
"backgroundColor":"#FFFFFF", "backgroundColor":"red",
"molecule" : { "molecule" : {
"moleculeName" : "label", "moleculeName" : "label",
"text":"I am the first molecule to be stacked" "text" : "1"
} }
}, { },
{
"moleculeName" : "carouselItem", "moleculeName" : "carouselItem",
"backgroundColor":"#FFFFFF", "backgroundColor":"blue",
"molecule" : { "molecule" : {
"moleculeName" : "label", "moleculeName" : "label",
"text":"I am the second molecule to be stacked" "text" : "2"
} }
},{ },
{
"moleculeName" : "carouselItem", "moleculeName" : "carouselItem",
"backgroundColor":"#FFFFFF", "backgroundColor":"green",
"molecule" : { "molecule" : {
"moleculeName" : "label", "moleculeName" : "label",
"text":"I am the third molecule to be stacked" "text" : "2"
} }
}]
} }
},{ ],
"moleculeName":"listItem", "height" : 300
"molecule":{ }}],
"moleculeName":"cornerLabels",
"molecule":{
"moleculeName":"progressBar",
"percent":75
},
"topLeftLabel":{
"moleculeName":"label",
"text":"Total data used"
},
"topRightLabel":{
"moleculeName":"label",
"text":"7.0 \/ 10.0 GB"
},
"roundedRect":false
}
}],
"footer" : { "footer" : {
"moleculeName" : "footer", "moleculeName" : "footer",
"molecule" : { "molecule" : {
"moleculeName" : "twoButtonView",
"primaryButton" : {
"moleculeName" : "button", "moleculeName" : "button",
"title": "Add a new line", "title" : "x",
"style": "secondary" "action" : {
"actionType" : "openPage",
"pageType" : "verifyZip"
}
},
"secondaryButton" : {
"moleculeName" : "button",
"title" : "x",
"action" : {
"actionType" : "back"
}
}
} }
} }
} }
} }