Prado\Web\UI\ActiveControls\TCallbackPageStateTracker::updateEnabled PHP Метод

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

Enables or Disables the control on the client-side.
protected updateEnabled ( $enable )
    protected function updateEnabled($enable)
    {
        $this->client()->setAttribute($this->_control, 'disabled', $enable === false);
    }