Skip to content

Instantly share code, notes, and snippets.

@LipinArts
Forked from slips54/migx-sample.js
Created March 14, 2018 12:14
Show Gist options
  • Save LipinArts/2825064500542abbb7fa55e696d803f5 to your computer and use it in GitHub Desktop.
Save LipinArts/2825064500542abbb7fa55e696d803f5 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