Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Интерфейс LinksBuilder
+ Граф наследования:LinksBuilder:

Открытые члены

 getActionOpenLink (int $propertyId)
 
 getActionOpenClick (int $propertyId)
 
 getActionDeleteLink (int $propertyId)
 
 getActionDeleteClick (int $propertyId)
 

Подробное описание

Link builder for the property grid provider.

It is necessary to separate the grid provider and the endpoint of using the grid (page or component).

См. также
\Bitrix\Iblock\Integration\UI\Grid\Property\PropertyGridProvider to view use cases.

См. определение в файле LinksBuilder.php строка 12

Методы

◆ getActionDeleteClick()

getActionDeleteClick ( int $propertyId)

JS code of "click" event, for "delete" action.

Аргументы
int$propertyId
Возвращает
string|null

Замещается в ComponentLinksBuilder.

◆ getActionDeleteLink()

getActionDeleteLink ( int $propertyId)

Link for "delete" action.

Аргументы
int$propertyId
Возвращает
string|null

Замещается в ComponentLinksBuilder.

◆ getActionOpenClick()

getActionOpenClick ( int $propertyId)

JS code of "click" event, for "open" action.

Аргументы
int$propertyId
Возвращает
string|null

Замещается в ComponentLinksBuilder.

◆ getActionOpenLink()

getActionOpenLink ( int $propertyId)

Link for "open" action.

Аргументы
int$propertyId
Возвращает
string|null

Замещается в ComponentLinksBuilder.