jsharmony-tutorials
Version:
jsHarmony Tutorials
10 lines • 391 B
JSON
{
"layout":"exec",
"caption": "API Validation",
"onecolumn": true,
"fields": [
{ "control": "textbox", "name": "message", "caption": "Message", "default": "Hello" },
{ "control": "textbox", "name": "delay", "caption": "Delay (ms)", "default": 1000 },
{ "control": "button", "name": "invoke", "value": "Invoke API Call", "onclick": "_this.invoke_click();" }
]
}