public \Joomla\CMS\Toolbar\Button\PopupButton|\Joomla\CMS\Toolbar\Button\LinkButton
jooa11y
(string $url, string $text = 'JGLOBAL_JOOA11Y', mixed $newWindow = false)
public function jooa11y(string $url, string $text = 'JGLOBAL_JOOA11Y', $newWindow = false)
{
if ($newWindow === true) {
$button = $this->linkButton('jooa11y-link', $text)->url($url)->attributes(['target' => '_blank'])->icon('icon-universal-access');
} else {
$button = $this->popupButton('jooa11y-preview', $text)->url($url)->iframeWidth(640)->iframeHeight(480)->icon('icon-universal-access');
}
return $button;
}