Prado\Web\UI\ActiveControls\TCallbackPageStateTracker::updateAttributes PHP Méthode

updateAttributes() protected méthode

Updates/adds a list of attributes on the control.
protected updateAttributes ( $attributes )
    protected function updateAttributes($attributes)
    {
        foreach ($attributes as $name => $value) {
            $this->client()->setAttribute($this->_control, $name, $value);
        }
    }