var $wowidgetselector = function (id) { this.containerId = id; this.title = GetTextByKey("P_XXX", 'Widgets'); this.companyId = null;; this.forceSingle = false; this.exceptShareAsset = false; this.onOK = null; this.onDialogClosed = null; this.includechild = true; this.allowhidden = true; this.uid = null; }; (function () { var __proto = $wowidgetselector.prototype; function initWidgetsGrid(parent) { var grid = new GridView(parent); grid.lang = { all: GetTextByKey("P_GRID_ALL", "(All)"), ok: GetTextByKey("P_GRID_OK", "OK"), reset: GetTextByKey("P_GRID_RESET", "Reset") }; var styleFilter = function (item) { if (item.Suggested) { return { //'background-color': 'yellow', 'display': 'block', 'margin': 0, 'box-sizing': 'border-box', 'padding': '0 4px', 'height': '27px', 'line-height': '27px', 'overflow': 'hidden', 'text-overflow': 'ellipsis' }; } }; var bgFilter = function (item) { if (item.Suggested) return 'yellow'; }; var columns = []; columns.push({ // checkbox name: 'check', key: 'Visible', width: 45, align: 'center', sortable: false, allcheck: true, type: 3 }, { key: 'WidgetName', caption: 'Name', width: 300, styleFilter: styleFilter, bgFilter: bgFilter }); //grid.canMultiSelect = true; grid.columns = columns; grid.init(); this.gridWidgets = grid; } function createDialog() { var dialog = $('