1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
buttonlocation.php
См. документацию.
1<?
2
4
5abstract class ButtonLocation
6{
7 const AFTER_TITLE = "after_title";
8 const RIGHT = "right";
9 const AFTER_FILTER = "after_filter";
10 const AFTER_NAVIGATION = "after_navigation";
12 const FILTER_RIGHT = self::AFTER_FILTER;
13}