NickSuite
07/25/2023, 7:51 PMbattk
07/25/2023, 9:53 PMbattk
07/25/2023, 9:54 PMNLDropdown.prototype.initializeElements = function (a) {
null == a && (window.parentAccesible && 'undefined' != typeof parent && parent.NS.Window.getActive() && (a = parent.NS.Window.getActive().content.contentDocument), a = a ? a : document);
this.ddbtn = this.inpt = a.getElementById('inpt_' + this.nameC);
this.hddn = a.getElementById('hddn_' + this.nameC);
this.indx = a.getElementById('indx_' + this.nameC);
for (this.span = this.inpt.parentNode; 'span' !== this.span.nodeName.toLocaleLowerCase(); ) this.span = this.span.parentNode;
this.isSelectable() || (this.inpt.unselectable = 'on');
this.elementsAreInitialized = !0;
this.bInitialize = !1
};
battk
07/25/2023, 9:56 PMNickSuite
07/26/2023, 9:46 AMNickSuite
07/26/2023, 9:48 AMNickSuite
07/26/2023, 12:52 PMbattk
07/26/2023, 2:14 PMNickSuite
07/26/2023, 2:51 PM