File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/js/report/js/visualconstructor/fields/reporttitle.js
Back
;(function(){ "use strict"; BX.namespace('BX.Report.VisualConstructor.FieldEventHandlers'); /** * @param options * @extends {BX.Report.VisualConstructor.Field.BaseHandler} * @constructor */ BX.Report.VisualConstructor.FieldEventHandlers.Title = function(options) { BX.Report.VisualConstructor.Field.BaseHandler.apply(this, arguments); }; BX.Report.VisualConstructor.FieldEventHandlers.Title.prototype = { __proto__: BX.Report.VisualConstructor.Field.BaseHandler.prototype, constructor: BX.Report.VisualConstructor.FieldEventHandlers.Title, process: function() { switch (this.action) { case 'whatWillCalculateChange': this.whatWillCalculateFieldChangeHandler(); break; case 'groupByChange': this.groupByFieldChange(); break; } }, whatWillCalculateFieldChangeHandler: function() { this.currentFieldObject.setValue(this.ownerField.options[this.ownerField.selectedIndex].innerText); }, groupByFieldChange: function () { //this.currentField.fieldScope.style.backgroundColor = 'red'; } } })();
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.27 |
proxy
|
phpinfo
|
Settings