Prado\Web\UI\ActiveControls\TCallbackPageStateTracker::updateAttributes PHP Method

updateAttributes() protected method

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);
        }
    }