• Модуль: ui
  • Путь к файлу: ~/bitrix/modules/ui/lib/buttons/buttonattributes.php
  • Класс: BitrixUIButtonsButtonAttributes
  • Вызов: ButtonAttributes::getDataAttribute
public function getDataAttribute($name, $defaultValue = null)
{
	return $this->getAttribute(self::addDataPrefix($name), $defaultValue);
}