{ "formtabs":[ { "MIGX_id":1, "caption":" ", "print_before_tabs":"0", "fields":[ { "MIGX_id":1, "field":"pagetitle", "caption":"", "description":"", "description_is_code":"0", "inputTV":"", "inputTVtype":"", "configs":"", "sourceFrom":"config", "sources":"[]", "inputOptionValues":"", "default":"" }, { "MIGX_id":10, "field":"alias", "caption":"", "description":"", "description_is_code":"0", "inputTV":"", "inputTVtype":"", "configs":"", "sourceFrom":"config", "sources":"[]", "inputOptionValues":"", "default":"" }, { "MIGX_id":6, "field":"introtext", "caption":" ", "description":"", "description_is_code":"0", "inputTV":"", "inputTVtype":"textarea", "configs":"", "sourceFrom":"config", "sources":"[]", "inputOptionValues":"", "default":"" }, { "MIGX_id":7, "field":"image", "caption":"", "description":"", "description_is_code":"0", "inputTV":"image", "inputTVtype":"", "configs":"", "sourceFrom":"config", "sources":"[]", "inputOptionValues":"", "default":"" }, { "MIGX_id":4, "field":"price", "caption":"", "description":"", "description_is_code":"0", "inputTV":"price", "inputTVtype":"", "configs":"", "sourceFrom":"config", "sources":"[]", "inputOptionValues":"", "default":"" }, { "MIGX_id":5, "field":"context_key", "caption":"", "description":"", "description_is_code":"0", "inputTV":"", "inputTVtype":"listbox", "configs":"", "sourceFrom":"config", "sources":"[]", "inputOptionValues":"catalog||web", "default":"catalog" }, { "MIGX_id":2, "field":"template", "caption":"", "description":"", "description_is_code":"0", "inputTV":"", "inputTVtype":"hidden", "configs":"", "sourceFrom":"config", "sources":"[]", "inputOptionValues":"", "default":5 }, { "MIGX_id":8, "field":"show_in_tree", "caption":" ?", "description":"", "description_is_code":"0", "inputTV":"", "inputTVtype":"listbox", "configs":"", "sourceFrom":"config", "sources":"[]", "inputOptionValues":"no==0||yes==1", "default":"" }, { "MIGX_id":9, "field":"published", "caption":"", "description":"", "description_is_code":"0", "inputTV":"", "inputTVtype":"hidden", "configs":"", "sourceFrom":"config", "sources":"[]", "inputOptionValues":"", "default":1 } ] }, { "MIGX_id":2, "caption":" ", "print_before_tabs":"0", "fields":[ { "MIGX_id":1, "field":"content", "caption":"", "description":"", "description_is_code":"0", "inputTV":"", "inputTVtype":"richtext", "configs":"", "sourceFrom":"config", "sources":"[]", "inputOptionValues":"", "default":"" } ] } ], "contextmenus":"recall_remove_delete", "actionbuttons":"addItem||bulk||toggletrash", "columnbuttons":"update||publish||unpublish||recall_remove_delete", "filters":[ { "MIGX_id":1, "name":"search", "label":"search", "emptytext":"...", "type":"textbox", "getlistwhere":{ "pagetitle:LIKE":"%[[+search]]%", "OR:longtitle:LIKE":"%[[+search]]%", "OR:content:LIKE":"%[[+search]]%" }, "getcomboprocessor":"", "combotextfield":"", "comboidfield":"", "comboparent":"", "default":"" } ], "extended":{ "migx_add":"", "formcaption":" ", "update_win_title":"", "win_id":"child_resources", "maxRecords":"", "addNewItemAt":"bottom", "multiple_formtabs":"", "extrahandlers":"", "packageName":"", "classname":"modResource", "task":"resconnections", "getlistsort":"id", "getlistsortdir":"desc", "use_custom_prefix":"0", "prefix":"", "grid":"", "gridload_mode":1, "check_resid":"0", "check_resid_TV":"", "join_alias":"", "has_jointable":"yes", "getlistwhere":"", "joins":"", "cmpmaincaption":"", "cmptabcaption":"", "cmptabdescription":"", "cmptabcontroller":"", "winbuttons":"", "onsubmitsuccess":"", "submitparams":"" }, "columns":[ { "MIGX_id":1, "header":"ID", "dataIndex":"id", "width":50, "sortable":true, "show_in_grid":1, "renderer":"", "clickaction":"", "selectorconfig":"", "renderchunktpl":"", "renderoptions":"[]" }, { "MIGX_id":2, "header":"", "dataIndex":"pagetitle", "width":300, "sortable":true, "show_in_grid":1, "renderer":"this.renderRowActions", "clickaction":"", "selectorconfig":"", "renderchunktpl":"", "renderoptions":"[]" }, { "MIGX_id":3, "header":"", "dataIndex":"price", "width":100, "sortable":true, "show_in_grid":1, "renderer":"", "clickaction":"", "selectorconfig":"", "renderchunktpl":"", "renderoptions":"[]" }, { "MIGX_id":4, "header":"", "dataIndex":"published", "width":100, "sortable":"false", "show_in_grid":1, "renderer":"this.renderCrossTick", "clickaction":"", "selectorconfig":"", "renderchunktpl":"", "renderoptions":"[]" }, { "MIGX_id":5, "header":"", "dataIndex":"deleted", "width":"", "sortable":"false", "show_in_grid":"0", "renderer":"", "clickaction":"", "selectorconfig":"", "renderchunktpl":"", "renderoptions":"[]" } ] }
<?php $this->customconfigs['idfield_local'] = 'parent'; $this->customconfigs['includeTVs'] = 1; $this->customconfigs['includeTVList'] = 'price,image';
Source: https://habr.com/ru/post/196396/
All Articles