Skip to content

Instantly share code, notes, and snippets.

@Waidoss
Forked from agragregra/migx-sample.js
Created September 28, 2016 18:39
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 Waidoss/a867562a5ed2eff2dedf6487427e549f to your computer and use it in GitHub Desktop.
Save Waidoss/a867562a5ed2eff2dedf6487427e549f 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