Prado\Web\UI\ActiveControls\TActiveDatePicker::setAutoPostBack PHP Метод

setAutoPostBack() публичный Метод

An automatic postback to the server will occur whenever the user modifies the text in the TActiveDatePicker control and then tabs out of the component.
public setAutoPostBack ( $value )
    public function setAutoPostBack($value)
    {
        $this->setViewState('AutoPostBack', TPropertyValue::ensureBoolean($value), true);
    }