1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
removebuttontype.php
См. документацию.
1<?php
2
3namespace Bitrix\Main\Grid\Cell\Label;
4
6{
7 const INSIDE = 'main-grid-label-remove-inside';
8 const OUTSIDE = 'main-grid-label-remove-outside';
9}