| Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/modules/ui/lib/entityeditor/ |
| Current File : /var/www/element/data/www/revenuestory.ru/bitrix/modules/ui/lib/entityeditor/action.php |
<?php
namespace Bitrix\UI\EntityEditor;
class Action
{
public const ACTION_TYPE_SAVE = 'save';
public const ACTION_TYPE_DIRECT = 'direct';
public const DEFAULT_ACTION_BUTTON_ID = 'DEFAULT';
public const CANCEL_ACTION_BUTTON_ID = 'CANCEL';
}