Your IP : 3.17.76.163


Current Path : /var/www/www-root/data/www/info.monolith-realty.ru/bitrix/js/landing/ui/form/
Upload File :
Current File : /var/www/www-root/data/www/info.monolith-realty.ru/bitrix/js/landing/ui/form/style_form.min.js

(function(){"use strict";BX.namespace("BX.Landing.UI.Form");BX.Landing.UI.Form.StyleForm=function(e){BX.Landing.UI.Form.BaseForm.apply(this,arguments);this.layout.classList.add("landing-ui-form-style");this.iframe="iframe"in e?e.iframe:null;this.header.addEventListener("mouseenter",this.onHeaderEnter.bind(this));this.header.addEventListener("mouseleave",this.onHeaderLeave.bind(this));this.header.addEventListener("click",this.onHeaderClick.bind(this));this.node="node"in e?e.node:null;this.selector="selector"in e?e.selector:null;if(this.type==="attrs"){this.header.classList.add("landing-ui-static")}if(this.iframe){this.onFrameLoad()}};BX.Landing.UI.Form.StyleForm.prototype={constructor:BX.Landing.UI.Form.StyleForm,__proto__:BX.Landing.UI.Form.BaseForm.prototype,onFrameLoad:function(){if(!this.node){this.node=[].slice.call(this.iframe.document.querySelectorAll(this.selector))}},onHeaderEnter:function(){BX.Landing.UI.Highlight.getInstance().show(this.node)},onHeaderLeave:function(){BX.Landing.UI.Highlight.getInstance().hide()},onHeaderClick:function(e){e.preventDefault()},addField:function(e){if(e){this.fields.add(e);this.body.appendChild(e.layout)}}}})();