Skip to content

Instantly share code, notes, and snippets.

@imgsrc
Forked from agragregra/migx-sample.js
Created January 30, 2017 18:22
Show Gist options
  • Save imgsrc/bb488836d55017605b265a21ce989e8f to your computer and use it in GitHub Desktop.
Save imgsrc/bb488836d55017605b265a21ce989e8f 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