Prado\Web\UI\WebControls\TRadioButton::renderClientControlScript PHP Метод

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

Renders the client-script code.
protected renderClientControlScript ( $writer )
    protected function renderClientControlScript($writer)
    {
        $cs = $this->getPage()->getClientScript();
        $cs->registerPostBackControl($this->getClientClassName(), $this->getPostBackOptions());
    }