Skip to content

Instantly share code, notes, and snippets.

@slips54
Last active March 14, 2018 12:14
Show Gist options
  • Save slips54/79878f4c4021b9063c4a0d915c5eb730 to your computer and use it in GitHub Desktop.
Save slips54/79878f4c4021b9063c4a0d915c5eb730 to your computer and use it in GitHub Desktop.
migx-samle
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