Prado\Web\UI\WebControls\TKeyboard::addAttributesToRender PHP Метод

addAttributesToRender() защищенный Метод

This method overrides the parent implementation with additional TKeyboard specific attributes.
protected addAttributesToRender ( $writer )
    protected function addAttributesToRender($writer)
    {
        parent::addAttributesToRender($writer);
        if ($this->getPage()->getClientSupportsJavaScript()) {
            $writer->addAttribute('id', $this->getClientID());
        }
    }