Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@agragregra
Last active January 24, 2023 08:35
Show Gist options
  • Star 17 You must be signed in to star a gist
  • Fork 85 You must be signed in to fork a gist
  • Save agragregra/1396f758c57982bf3d8226049d673501 to your computer and use it in GitHub Desktop.
Save agragregra/1396f758c57982bf3d8226049d673501 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