Skip to content

Instantly share code, notes, and snippets.

@stanruss
Created July 5, 2017 12:29
Show Gist options
  • Select an option

  • Save stanruss/71919feef684b93e50ed573216cf71fc to your computer and use it in GitHub Desktop.

Select an option

Save stanruss/71919feef684b93e50ed573216cf71fc to your computer and use it in GitHub Desktop.
migx вкладки
Вкладки формы:
[
{"caption":"Tab Title", "fields": [
{"field":"1sectH3","caption":"1sectH3"},
{"field":"1sectP","caption":"1sectP"},
{"field":"image","caption":"Image","inputTVtype":"image"}
]}
]
Разметка колонок:
[
{"header": "1sectH3", "sortable": "true", "dataIndex": "1sectH3"},
{"header": "1sectP", "sortable": "true", "dataIndex": "1sectP"},
{"header": "Image", "width": "50", "sortable": "false", "dataIndex": "image","renderer": "this.renderImage"}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment