로그인
Dismiss
content_copy
Copy to Clipboard
로드 중...
{ "fixedFooter": { "primaryButton": { "text": "Submit", "color": { "red": 0, "blue": 1, "green": 0 }, "onClick": { "action": { "function": "setLanguageType", "parameters": [ { "key": "languageType", "value": "C++" } ] } } }, "secondaryButton": { "text": "Cancel", "onClick": { "action": { "function": "reset" } } } }, "sections": [ { "header": "Add new contact", "widgets": [ { "textInput": { "label": "Name", "type": "SINGLE_LINE", "name": "contactName" } }, { "textInput": { "label": "Address", "type": "MULTIPLE_LINE", "name": "address" } }, { "decoratedText": { "text": "Add to favorites", "switchControl": { "controlType": "SWITCH", "name": "saveFavorite" } } }, { "decoratedText": { "text": "Merge with existing contacts", "switchControl": { "controlType": "SWITCH", "name": "mergeContact", "selected": true } } } ] } ] }
chevron_right
chevron_left
Collapse