Skip to content

Instantly share code, notes, and snippets.

@broslav
Forked from EvgenyStich/Migx-sample
Last active April 26, 2017 13:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save broslav/55f9c37e151f7beeed7662ce335e9f5e to your computer and use it in GitHub Desktop.
Save broslav/55f9c37e151f7beeed7662ce335e9f5e to your computer and use it in GitHub Desktop.
Tabs:
[
{
"caption": "Tab Title",
"fields": [
{
"field": "title",
"caption": "Name"
},
{
"field": "description",
"caption": "Description",
"inputTVtype": "textarea"
},
{
"field": "imageTV",
"caption": "Photo",
"inputTV": "imageTV"
}
]
}
]
Table:
[
{
"header": "Name",
"sortable": "true",
"dataIndex": "title"
},
{
"header": "Photo",
"width": "80",
"sortable": "false",
"dataIndex": "imageTV",
"renderer": "this.renderImage"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment