Skip to content

Instantly share code, notes, and snippets.

@EvgenyStich
Created September 12, 2016 06:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save EvgenyStich/82aa01f04ce14a04353fb41dbc6458cd to your computer and use it in GitHub Desktop.
Save EvgenyStich/82aa01f04ce14a04353fb41dbc6458cd to your computer and use it in GitHub Desktop.
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