Prado\Web\UI\WebControls\TTextHighlighter::getHeaderTemplate PHP Method

getHeaderTemplate() protected method

protected getHeaderTemplate ( ) : string
return string header template with "Copy code" link.
    protected function getHeaderTemplate()
    {
        $id = $this->getClientID();
        return TJavaScript::renderScriptBlock("new Prado.WebUI.TTextHighlighter('{$id}');");
    }