Prado\Web\UI\WebControls\TKeyboard::onPreRender PHP Method

onPreRender() public method

This method is invoked right before the control rendering, if the control is visible.
public onPreRender ( $param )
    public function onPreRender($param)
    {
        parent::onPreRender($param);
        if ($this->getPage()->getClientSupportsJavaScript()) {
            $this->registerStyleSheet();
            $this->registerClientScript();
        }
    }