Skip to content

Instantly share code, notes, and snippets.

@Mons1eurEnzo
Forked from agragregra/migx-sample.js
Created January 12, 2018 08:26
Show Gist options
  • Save Mons1eurEnzo/76940b074bbe933205e833a772791e2a to your computer and use it in GitHub Desktop.
Save Mons1eurEnzo/76940b074bbe933205e833a772791e2a to your computer and use it in GitHub Desktop.
MIGX Sample
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