Your IP : 18.221.178.58


Current Path : /home/bitrix/ext_www/shuft.com.ua/bitrix/components/bitrix/search.suggest.input/
Upload File :
Current File : /home/bitrix/ext_www/shuft.com.ua/bitrix/components/bitrix/search.suggest.input/.parameters.php

<?if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true) die();

$arComponentParameters = array(
	"PARAMETERS" => array(
		"NAME" => array(
			"PARENT" => "BASE",
			"NAME" => GetMessage("CP_BSSI_NAME"),
			"TYPE" => "STRING",
			"DEFAULT" => "q",
		),
		"VALUE" => array(
			"PARENT" => "BASE",
			"NAME" => GetMessage("CP_BSSI_VALUE"),
			"TYPE" => "STRING",
			"DEFAULT" => "",
		),
		"INPUT_SIZE" => array(
			"PARENT" => "BASE",
			"NAME" => GetMessage("CP_BSSI_INPUT_SIZE"),
			"TYPE" => "STRING",
			"DEFAULT" => "40",
		),
		"DROPDOWN_SIZE" => array(
			"PARENT" => "BASE",
			"NAME" => GetMessage("CP_BSSI_DROPDOWN_SIZE"),
			"TYPE" => "STRING",
			"DEFAULT" => "10",
		),
	),
);
?>