...Человеческий поиск в разработке...
- Модуль: ui
- Путь к файлу: ~/bitrix/modules/ui/lib/entityselector/dialog.php
- Класс: BitrixUIEntitySelectorDialog
- Вызов: Dialog::setFooter
public function setFooter(string $footer, array $options = []) { if (strlen($footer) > 0) { $this->footer = $footer; $this->footerOptions = $options; } }