-
-
Save XTRO123/0c6e3d1f3b5d39dd2a97a5a3e5fbcc92 to your computer and use it in GitHub Desktop.
MIGX Sample
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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