Skip to content

Instantly share code, notes, and snippets.

@rmamont
Created March 20, 2017 06:28
Show Gist options
  • Save rmamont/8ac7ea3bc48bcab9403d77597f7ee43b to your computer and use it in GitHub Desktop.
Save rmamont/8ac7ea3bc48bcab9403d77597f7ee43b to your computer and use it in GitHub Desktop.
[
{"caption": "Мозаика", "fields": [
{"field": "is_active", "caption": "Активно", "inputTVtype": "checkbox", "inputOptionValues": "Да==1"},
{"field": "image", "caption": "Картинка", "inputTVtype": "image"},
{"field": "title", "caption": "Название"},
{"field": "article", "caption": "Артикул"},
{"field": "country", "caption": "Страна", "description": "(например, Китай)"},
{"field": "size", "caption": "Размеры, мм", "description": "(например, 300*200)"},
{"field": "is_new", "caption": "Новинка", "inputTVtype": "checkbox", "inputOptionValues": "Да==1"},
]}
]
[
{"header": "Активно", "sortable": "false", "dataIndex": "is_active", "show_in_grid": 1, "renderer": "this.renderCrossTick"},
{"header": "Картинка", "sortable": "false", "dataIndex": "image", "renderer": "this.renderImage"},
{"header": "Название", "sortable": "true", "dataIndex": "title"},
{"header": "Артикул", "sortable": "true", "dataIndex": "article"},
{"header": "Страна", "sortable": "true", "dataIndex": "country"},
{"header": "Размеры, мм", "sortable": "false", "dataIndex": "size"},
{"header": "Новинка", "sortable": "true", "dataIndex": "is_new", "show_in_grid": 1, "renderer":"this.renderCrossTick"},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment